A Snakemake pipeline to copy annotations between GenBank files
- Clone the repository
- Create a
referencedirectory and put your reference sequences in it in Genbank format (i.e.reference/myseqs/seq1.gb,reference/myseqs/seq2.gb, ...) - Create an
inputdirectory and put your sequences in it in Genbank format. - Run
snakemake. - Get your annotated sequences in the
outputdirectory.
docker run -v $(pwd):/input -v $(pwd):/output althonos/annotate
will annotate all the sequences in your current directory using the annotated sequences
distributed with the moclo library.
blast+binaries (blastnandmakeblastdb).snakemakebiopython
This pipeline was developed by Martin Larralde for the data integration course of the AMI2B Master's degree of Université Paris-Sud.