coverageBed / Prokka help
1
0
Entering edit mode
7.5 years ago
Rößti ▴ 40

Hello,

I am wondering if someone would be able to help me. I am currently trying to do RNA-seq analysis on a couple of different bacterial species using DESeq2.

In brief I am using bwa to map my fastq files to my reference, samtools to convert to sorted bam files then using coverageBed to count the reads mapping to each filter, generating .txt files for DESeq2. I have had no issue when using reference genbank and fasta files downloaded from NCBI for one of the species. However for the other species, I want to use a reference I have created (using spades, mauve and prokka). When I try using coveragebed for this reference it gives the following error:

It looks as though you have less than 3 columns at line: 9734. Are you sure your files are tab-delimited?

I have tried using the .gff file created by prokka and converting the .gbk file to a .gff file. I assume the issue is something to do with prokka? the settings I used for this were as follows:

prokka1.11 --cpus 12 --compliant --addgenes --locustag bacter -o bacter contigs.fasta

any help would be greatly appreciated.

RNA-Seq • 1.7k views
ADD COMMENT
1
Entering edit mode

We could get an idea of the problem with gff if a glimpse of the gff file, especially the mentioned line 9734 is provided.

Also,the coverage bed command used as well if possible.

ADD REPLY
0
Entering edit mode

And does line 9734 look odd?

ADD REPLY
0
Entering edit mode
7.5 years ago
Rößti ▴ 40

Sorry I realised the error before seeing the response here.

For some reason my .gff file had appended the fasta file at that line. So I used head -9734 filename to discard everything after that line and it worked.

ADD COMMENT

Login before adding your answer.

Traffic: 4037 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6