bowtie2
1
0
Entering edit mode
2.5 years ago
gina02 ▴ 60

I've downloaded my genome reference index from NCBI ( Human Build 38 patch release 13 (GRCh38.p13). The downloaded assembly is in fasta.tar format. I ran bowtie2 for mapping and used the command:

 bowtie2-build genome_assemblies_genome_fasta.tar bowtie
the output is:
Warning: Encountered empty reference sequence
Warning: Encountered reference sequence with only gaps
Reference file does not seem to be a FASTA file
genome mapping • 1.5k views
ADD COMMENT
0
Entering edit mode
2.5 years ago

You will probably have to un-tar the genome first (.tar indicates that you downloaded a compressed collection of files). The command to do that is tar -xvf <tar file name with .tar extension>, you can find more details e.g. here

ADD COMMENT
0
Entering edit mode

I ran your command and im getting this: zsh: parse error near `\n'

ADD REPLY
0
Entering edit mode

When exactly does the error occur? Can you post the exact command that triggers it?

ADD REPLY
0
Entering edit mode

I made a mistake it works fine now thanks a lot

ADD REPLY

Login before adding your answer.

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