A Snakemake pipeline to copy annotations between GenBank files
262
annotate.SnakefileA Snakemake pipeline to copy annotations between GenBank files
reference directory and put your reference sequences in it in Genbank format (i.e. reference/myseqs/seq1.gb, reference/myseqs/seq2.gb, ...)input directory and put your sequences in it in Genbank format.snakemake.output directory.dockerdocker 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 (blastn and makeblastdb).snakemakebiopythonThis pipeline was developed by Martin Larralde for the data integration course of the AMI2B Master's degree of Université Paris-Sud.
Content type
Image
Digest
Size
113.6 MB
Last updated
over 7 years ago
docker pull althonos/annotate