Hi all,
I'm a new to RNA-seq and I'm going to use HISAT2 and samtools to analyze my data. I found the method from ref which recommended me to deal with the data like this.
CODE ->
hisat2 -t -p 16 -x <indexPath> -U <fastqFiles> | samtools sort -T <scratchPath> -o <sampleName>.srt.bam -
But I have no idea what the parameters <indexpath> and <scratchpath>mean. Can someone help me to explain the defination or usage of the parameters? It will be better if there's any example. Thanks a lot!
Evy
Thanks! I have processed my data successfully!