Skip to content
Snippets Groups Projects
Commit b065fac0 authored by cbedet's avatar cbedet
Browse files

change -s option for no for RNAseq analysis of Andrea fatsq (project Strome with Valerie)

parent 224790f7
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ process htseq_count {
script:
"""
htseq-count -n ${task.cpus} -r pos -a 10 -s reverse -t exon -i gene_id $bam $gtf_file > ${file_id}.tsv
htseq-count -n ${task.cpus} -r pos -a 10 -s no -t exon -i gene_id $bam $gtf_file > ${file_id}.tsv
"""
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment