Entering edit mode
14 months ago
ali.kian.saei
▴
10
Hi
I do
hisat2 -q -x ../hg38/*.ht2 -1 SRR23132814_1_trim.fastq -2 SRR23132814_2_trim.fastq --add-chrname -S SRR23132814.sa
and also I do
hisat2 -q -x //wsl.localhost/Ubuntu-22.04/home/alikian/RNAseqData/hg38/*.ht2 -1 SRR23132814_1_trim.fastq -2 SRR23132814_2_trim.fastq --add-chrname -S SRR23132814.sa
but I see this error
(ERR): "../hg38/genome.1.ht2" does not exist
Exiting now ...
or this error
(ERR): "//wsl.localhost/Ubuntu-22.04/home/alikian/RNAseqData/hg38/*.ht2" does not exist
Exiting now ...
What can I do?
Thanks
thanks it work