Hi lieven.sterk, there is something wrong in what I'm doing, you say "you need to provide the file name you used for the index" but I didn't do any index, I just downloaded the file from HISAT and obtained this folder with files genome.1.ht2 and so on.. then I use them in this line command because I understood that they are already indexed, is it right?
Thank you
hisat2 -q -x genome -1 Treated_1_m1.fastq -2 Treated_1_m2.fastq -S
Error: 0 mate files/sequences were specified with -1, but 1
mate files/sequences were specified with -2. The same number of mate files/
sequences must be specified with -1 and -2.
Error: Encountered internal HISAT2 exception (#1)
Command: /home/p.panelli/miniconda2/bin/hisat2-align-s --wrapper basic-0 -q -x /home/p.panelli/RNAseq/annotation/transcriptome/hisat2refgenes/grch37/genome -S -1 -2 /home/p.panelli/RNAseq/my_fastq/Treated_1_m2.fastq /home/p.panelli/RNAseq/my_fastq/Treated_1_m1.fastq
(ERR): hisat2-align exited with value 1
yes they are in the same folder, this is the entire line, I usually use the autocompletetion to make sure that everything is ok
I hope is not a problem due to Miniconda..
Thank you