You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`-t:` Specifies the type of identifier provided: `sra`, `synapse`
101
101
102
+
-`-n:` Samplesheet name for direct use with the nf-core/rna-seq pipeline will be created (CSV) `rnaseq`
103
+
104
+
-`-o:` The output directory where the results will be saved
105
+
106
+
107
+
### **Optional**
108
+
102
109
-`-p:` CPUs
103
110
104
111
-`-m:` Max memory to be used
105
112
106
-
-`-n:` Samplesheet name for direct use with the nf-core/rna-seq pipeline will be created (CSV)
107
-
108
-
-`-x: ` This execution is a resume of a previous run or it is a new run. The options are: `y` or `n`
113
+
-`-x:` This execution is a resume of a previous run or it is a new run. The options are: `y` or `n`
109
114
110
115
111
116
@@ -117,13 +122,13 @@ The Nextflow `-bg` flag launches Nextflow in the background or alternatively, yo
117
122
118
123
## **Result**
119
124
120
-
The script will create a local directory based on the type identifier provided. Within this directory, the following will be found
125
+
The script will create a local directory based on the given output name showing the following folders:
121
126
122
-
-`result:` Contains metadata and raw FASTQC files
127
+
-`output_name:` Contains metadata and raw FASTQC files
123
128
124
129
-`work:` Contains the main pipeline workflows
125
130
126
-
-`20220113-001006.COMMAND:` Contains the commands used for the actual launch. File name contains the date (%y%m%d) and the time (%H%M%S) when the command was last run. Thus, if it is resumed, it will be overwritten
131
+
-`20220113-001006.COMMAND:` Contains the commands used for the actual launch. File name contains the date (%y%m%d) and the time (%H%M%S) when the command was last run.
0 commit comments