├── README.md └── scripts ├── Collect_no_alt.py ├── gff_rename.py └── split_fasta_by_multiple_methods.pl /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyang12/Genome-annotation-pipeline/HEAD/README.md -------------------------------------------------------------------------------- /scripts/Collect_no_alt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyang12/Genome-annotation-pipeline/HEAD/scripts/Collect_no_alt.py -------------------------------------------------------------------------------- /scripts/gff_rename.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyang12/Genome-annotation-pipeline/HEAD/scripts/gff_rename.py -------------------------------------------------------------------------------- /scripts/split_fasta_by_multiple_methods.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyang12/Genome-annotation-pipeline/HEAD/scripts/split_fasta_by_multiple_methods.pl --------------------------------------------------------------------------------