Hello everyone I wanted to make a query regarding the use of the script available in the tutorial version of hisat (transcript-level expression analysis of RNA-seq experiments with HISAT, StringTie and Ballgown). The script is named rnaseq_pipeline.config.sh. in the final part the addition of the samples in the pipeline must be done
the following appears
## list of samples
## (ony wall reads, must follow _1. * / _ 2. * file name convention)
reads1 = ($ {FASTQLOC} / * _ 1. *)
reads1 = ("$ {reads1 [@] ## * /}")
reads2 = ("$ {reads1 [@] / _ 1./_2.}")
my question
How do I add the information at this point? I do not understand if it is that I should enter in each information or if it is enough to use only one of them
thank you
1 answer
How do I add the information at this point? I do not understand if it is that I should enter in each information or if it is enough to use only one of them
How could we know, as we haven't seen the script - you didn't tell us where the script is from. My guesses are either you have to place the script on the same folder your fastq files are, or you have to pass the folder to the script as a command line argument.
How are your fastq files named? The script hard-codes a fastq naming convention, so regular-named Illumina files (something_R1_001.fastq.gz) would not work.
Log in to answer this question.
this is script for configuration.
Please use
ADD COMMENT/ADD REPLYwhen responding to existing posts to keep threads logically organized.samtools v.0.1.18is an ancient version. There is no reason to use it. You should upgrade to the latest samtools.