HISAT2_linux
1
1
Entering edit mode
17 months ago
Pegasus ▴ 100

Hi all,

I am trying to index my bacterial genome using Hisat2 following the RNA-SEQ analysis workflow

I wonder which genome file format I should use for indexing.

I tried indexing both files;

  1. cds_from_genomic.fna (named genome1)
  2. _genomic.fna (named genome2)

Using the command line ; hisat2-build genom1.fna indexed-genome

as expected it generated 8 (indexed-genome.fna.ht2) files

indexed-genome.fna.1.ht2
indexed-genome.fna.2.ht2
indexed-genome.fna.3.ht2
indexed-genome.fna.4.ht2
indexed-genome.fna.5.ht2
indexed-genome.fna.6.ht2
indexed-genome.fna.7.ht2
indexed-genome.fna.8.ht2

Using the command line;

hisat2 -x indexed-genome -1 TF_paired.fq.gz -2 TR_paired.fq.gz -S T1-1_hits.sam

I got T1-1_hits.sam file, with size 0, along with this error ;

Could not locate a HISAT2 index corresponding to basename "indexed-genome"
Error: Encountered internal HISAT2 exception (#1)

So, did I choose the wrong genome-file.

Or I should use an alternative pipeline like using bowtie over Hisat2 for bacterial RNA-SEQ analysis?

Thank you in advance,

RNA-SEQ • 716 views
ADD COMMENT
3
Entering edit mode
17 months ago
Jeremy ▴ 880

I think your basename might be "indexed-genome.fna".

ADD COMMENT
1
Entering edit mode

Thanks Jeremy, it works now

ADD REPLY

Login before adding your answer.

Traffic: 2519 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