This is a test version of Biostars. For the public version, visit https://www.biostars.org.
extract .gff files from prokka outputs

I need a comment line to extract .gff files from several prokka result folders. infiniment goods

genome prokka

To clarify: you want to get only the gffs from a bunch of prokka output folders?

Assuming all your prokka directories are subfolders of the same root (e.g. root/prokka1, root/prokka2, ...) and you want to copy the gffs into a folder /path/to/gff:

cp root/*/*.gff /path/to/gff/

0 answers

No answers yet.

Log in to answer this question.