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

add src/nextflow_template.sh

parent f60f93c4
Branches
Tags
No related merge requests found
#! /bin/bash
set -e
nextflow src/RNAseq.nf -c src/RNAseq.config \
-profile docker\
-resume\
--do_fastqc true\
--do_dedup true\
--do_postgenome true\
--adaptorR1 = "AGATCGGAAGAGCACACGTCTGAACTCCAGTCA"\
--adaptorR2 = "AGATCGGAAGAGCGTCGTGTAGGGAAAGAGTGT"\
--strand = "FR"\
--fastq_raw "data/fastq/*{_R1,_R2}.fastq.gz"\
--output "results"\
--filter "data/filter/*.bt2"\
--index_genome "data/genome/*.ht2"\
--gtf "data/annotation/gencode.v28.annotation_v3.gtf"\
--gtf_collapse "data/annotation/gencode.v28.annotation_v3_collapse.gtf"\
--index_postgenome "data/post_genome/*.ht2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment