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 | |
make_genewise_paramfile.pl | |
=head1 SYNOPSIS | |
make_genewise_paramfile.pl training_exon_gff fasta outputdir exons_names_sameas_genes output | |
where training_exon_gff is the input gff file of exons in training set genes, |
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_genewisedb.pl | |
=head1 SYNOPSIS | |
run_genewisedb.pl input_fasta input_hmms output outputdir spliceflat parameterfile | |
where input_fasta is the input fasta file of scaffolds, |
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 has been truncated, but you can view the full 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_genewisedb_afterblast.pl | |
=head1 SYNOPSIS | |
run_genewisedb_afterblast.pl input_fasta input_hmms output outputdir spliceflat parameterfile treefam_seqs eval_cutoff flank_length blast_path | |
where input_fasta is the input fasta file of scaffolds, |
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, |
OlderNewer