Problem with file location address in HISAT2
1
0
Entering edit mode
3.6 years ago
Yoosef ▴ 60

Hello dear Biostars community I was trying to align my sequence with hg-19 genome reference using HISAT2. My system is dual boot with windows 10 and Ubuntu. so, when i want to give my file address i get the following error:

./hisat2 -q -t -p 8 --add-chrname -x /media/yousef/EEFC0BDBFC0B9CC9/2.Medical labratory scineces/Genetice/bioanformatics/NGS/hg19_genome/genome /home/yousef/ncbi/public/sra/SRR6040558_Trimmed.fastq -s /home/yousef/ncbi/public/trimmed.sam
(ERR): "/media/yousef/EEFC0BDBFC0B9CC9/2.Medical" does not exist
Exiting now ...

And my file location is:

/media/yousef/EEFC0BDBFC0B9CC9/2.Medical labratory scineces/Genetice/bioanformatics/NGS/hg19_genome/genome

I also need to address that i have no folder named "EEFC0BDBFC0B9CC9" in my drive. Also,The trimmed FASTQ file that i'm trying to use is not in the same drive that my Ubuntu is installed. How can i solve this problem?

next-gen sequence RNA-Seq genome software error • 1.9k views
ADD COMMENT
1
Entering edit mode
3.6 years ago
ATpoint 82k

Whitespaces have to be escaped in bash. Best is to either remove them from the folder name or if this is not possible type

realpath path/to/genome

and copy the output.

ADD COMMENT
0
Entering edit mode

Thanks a lot. It solved my problem.

ADD REPLY

Login before adding your answer.

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