extract .gff files from prokka outputs
I need a comment line to extract .gff files from several prokka result folders. infiniment goods
genome
prokka
• 2,674 views
•
link
written
by
AbdelAbdel •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
GFF3 files
written by Percy •How could I create a gff file with the "Name" attribute? I have tried with both prodigal and prokka however, the gff files produced lack …
-
Creating a multiple sequence alignment based on multiple genes.
written by matejasoretic •I have run Panaroo on .gff files I obtained via Prokka from 160 genome assembly fasta files. Amongst the output I got from Panaroo were …
-
Creating a multiple sequence alignment based on multiple genes.
written by matejasoretic •I have run Panaroo on .gff files I obtained via Prokka from 160 genome assembly fasta files. Amongst the output I got from Panaroo were …
-
How to parse protein and dna sequences from prokka generated gbk or gff file based on locus_tag?
written by KumarI need to parse `accessory gene sequences (both dna and amino acid sequences)` from `roary pangenome` output. I have the `locus_tag` list and their corresponding …
-
renames files with the same folder name
written by AbdelAbdel •Hello, in short, I have folders and in each folder there is a file 'call < configs.fasta > and I wanted to get how I …
-
how I can extract files (.fna) that is in multiple folders with a for loop.
written by AbdelAbdel •how I can extract files (.fna) that is in multiple folders with a for loop. name folders : GCA_000009205.2, GCA_000009225.2, GCA_000009265.1, ... each folder containing …
-
problem in launching prokka
written by AbdelAbdel •Good morning, I installed prokka in conda and when I run the application it gives an error that I didn't understand. << /Users/nfs/abdeljalil> prokka Can't …
-
prokka for several files at once
written by AbdelAbdel •I wanted to know how I can launch prokka for a folder that has several .fasta files of several genomes annotated thank you for the …
-
Genome Annotation Output Files Naming
written by Fid_o •I ran this annotation command: for k in *.fasta; do prokka $k --outdir "$k".prokka.output; echo $k; done on hundreds of assembled sequences. Each sequence annotation …
-
Draw annotations on the predicted CDS/genes using a software/tool
written by DanielCDear Friends, I have got phage annotation done using prokka and interproscan (functional annotation). I have the gff files from prokka and interproscan. I am …
To clarify: you want to get only the gffs from a bunch of prokka output folders?
yes yes exactly the same question
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:It's walking, thank you very much.