nextflow run RNAseqPipe/main.nf -profile c2 --read "*_{1,2}.fq.gz" --designfile "design.file" --comparefile "compare.txt"
The SYSUCC-RNAseqPipe pipeline comes with documentation about the pipeline, found in the docs/
directory:
please find the information in wiki
-
design.txt
sampleInfor presents the experimental design of your data set, it is just like a design file ofDESeq2
andEdgeR
input.Sample Type P1003NA N P1003TA T P1162NA N P1162TA T P1408NA N P1408TA T P1527NA N
-
compare.txt
specify which group to compare in your differential expression analysisT_vs_N
T
and N
are the identical strings as the Type
column in design.txt
.
-
--reads
suffix of your raw reads file. For example,
*_{1,2}.fq.gz
for paired end reads filesampleA_1.fq.gz
andsampleA_2.fq.gz
-
--designfile
design file
-
--comparefile
compare file
-
--gene_gtf
gtf file for building your STAR index
-
--singleEnd
true
when using a single End reads input, defaultfalse
-
--strand
true
when using strand specific library , defaultfalse
-
--skip_qc
set
ture
if you are going to skip qc step -
--without_replicate
set
ture
if your have no biological replicate.
*note: for no replicate mode, the compare file should be directly specified asSampleName_vs_SampleName
have just been trimmed byread
suffix string *
- Main author:
- Qi Zhao (@qi_likelet)
- Contributors:
- Xiaolong Zhang
- Kaiyu