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
this is script for configuration.
Please use
ADD COMMENT/ADD REPLY
when responding to existing posts to keep threads logically organized.samtools v.0.1.18
is an ancient version. There is no reason to use it. You should upgrade to the latest samtools.