This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
=head1 NAME | |
find_bam_insertsize.pl | |
=head1 SYNOPSIS | |
find_bam_insertsize.pl bam outputdir rpath | |
where bam is the input bam file, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
=head1 NAME | |
get_treefam_alns.pl | |
=head1 SYNOPSIS | |
get_treefam_alns.pl treefam_version output outputdir |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
=head1 NAME | |
translate_treefam_cigars_to_alns.pl | |
=head1 SYNOPSIS | |
translate_treefam_cigars_to_alns.pl treefam_version output outputdir cigars alntype start_with |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
=head1 NAME | |
get_treefam_family_seqs.pl | |
=head1 SYNOPSIS | |
get_treefam_family_seqs.pl treefam_version output outputdir core_only | |
where treefam_version is the version of TreeFam to use, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/perl -w | |
# Avril Coghlan | |
# 20-Nov-2012 | |
# Algorithm on page 204 of 'Computational Genome Analysis' by Deonier et al | |
# define the two sequences | |
$seqA = "AGGCTAAA"; | |
$seqB = "CAAACGTCT"; | |
print "Sequences:\n"; | |
print "A: $seqA\n"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
=head1 NAME | |
embl_to_fasta.pl | |
=head1 SYNOPSIS | |
embl_to_fasta.pl input_embl output_fasta outputdir | |
where input_embl is the input embl file, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
=head1 NAME | |
convert_chado_gff_to_gtf.pl | |
=head1 SYNOPSIS | |
convert_chado_gff_to_gtf.pl input_gff output_gtf outputdir | |
where input_gff is the input embl file, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
=head1 NAME | |
find_best_genewise_genes.pl | |
=head1 SYNOPSIS | |
find_best_genewise_genes.pl input_gff path_to_bedtools output_gff outputdir | |
where input_gff is the input GeneWise gff file, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
=head1 NAME | |
get_spliced_transcripts_from_gff.pl | |
=head1 SYNOPSIS | |
get_spliced_transcripts_from_gff.pl input_gff input_fasta output_fasta outputdir ignore_phase ignore_semicolons from_augustus | |
where input_gff is the input gff file, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
=head1 NAME | |
run_cnvnator_on_assembly.pl | |
=head1 SYNOPSIS | |
run_cnvnator_on_assembly.pl input_fasta input_bam output outputdir path_to_cnvnator windowsize | |
where input_fasta is the input fasta file, |
OlderNewer