Skip to content
Snippets Groups Projects
Commit a6ff34dd authored by elabaron's avatar elabaron
Browse files

src/RNAseq.nf : no softclip and trim 1base at 5' and 3' end by hisat

parent aeaacee4
No related branches found
No related tags found
No related merge requests found
...@@ -289,6 +289,9 @@ hisat2 -x ${index_id} \ ...@@ -289,6 +289,9 @@ hisat2 -x ${index_id} \
--un-conc-gz ${file_id}_notaligned_R%.fastq.gz \ --un-conc-gz ${file_id}_notaligned_R%.fastq.gz \
--rna-strandness ${params.strand} \ --rna-strandness ${params.strand} \
--dta \ --dta \
--no-softclip\
--trim3 1\
--trim5 1\
2> ${file_id}_genome.txt \ 2> ${file_id}_genome.txt \
| samtools view -bS -F 4 - \ | samtools view -bS -F 4 - \
| samtools sort -@ ${task.cpus} -o ${file_id}.bam \ | samtools sort -@ ${task.cpus} -o ${file_id}.bam \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment