This file contains hidden or 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 hidden or 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 hidden or 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 | |
reformat_fasta.pl | |
=head1 SYNOPSIS | |
reformat_fasta.pl input_fasta output_fasta outputdir | |
where input_fasta is the input fasta file, |
This file contains hidden or 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, |
This file contains hidden or 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_farm_wrapper.pl | |
=head1 SYNOPSIS | |
run_cnvnator_on_farm_wrapper.pl input_fasta input_bam cnvnator window_size output_gff outputdir | |
where input_fasta is the input fasta file for the assembly, |
This file contains hidden or 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 | |
gff_to_embl.pl | |
=head1 SYNOPSIS | |
gff_to_embl.pl gff fasta outputdir exonerate cegma ratt augustus | |
where gff is the gff file of gene predictions, |
This file contains hidden or 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_gff.pl | |
=head1 SYNOPSIS | |
embl_to_gff.pl input_embl output_gff outputdir ratt | |
where input_embl is the input embl file, |
This file contains hidden or 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_aln_and_hmm_for_treefam_family.pl | |
=head1 SYNOPSIS | |
make_aln_and_hmm_for_treefam_family.pl treefam_version output outputdir family hmmer_bin aln_output map_output |
This file contains hidden or 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_hmms.pl | |
=head1 SYNOPSIS | |
translate_treefam_cigars_to_hmm.pl treefam_version hmms_output outputdir cigars alntype family hmmer_bin alns_output map_output |
This file contains hidden or 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 | |
# | |
# Perl script treefam_genelosses.pl | |
# Written by Avril Coghlan ([email protected]). | |
# 28-Aug-06. | |
# | |
# For the TreeFam project. | |
# | |
# This perl script connects to the MYSQL database of |