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
*Required only if you would like to pull and process data directly from OSDR*
143
143
144
-
* `--GLDS_accession` – A Genelab / OSD accession number e.g. GLDS-487.
144
+
* `--accession` – A Genelab / OSD accession number e.g. GLDS-487.
145
145
146
-
*Required only if --GLDS_accession is not passed as an argument*
146
+
*Required only if --accession is not passed as an argument*
147
147
148
148
* `--csv_file` – A 3-column (single-end) or 4-column (paired-end) input csv file (sample_id, forward, [reverse,] paired). Please see the sample [SE_file.csv](workflow_code/SE_file.csv) and [PE_file.csv](workflow_code/PE_file.csv) in this repository for examples on how to format this file.
149
149
@@ -200,4 +200,20 @@ To generate a README file, a protocols file, a md5sums table and a file associat
200
200
nextflow -C post_processing.config run post_processng.nf -resume -profile slurm,singularity
201
201
```
202
202
203
-
The outputs of the run will be in a directory called `Post_Processing` by default.
203
+
The outputs of the run will be in a directory called `Post_Processing` by default and they are as follows:
204
+
205
+
- Post_processing/FastQC_Outputs/filtered_multiqc_GLAmpSeq_report.zip (Filtered sequence multiqc report with paths purged)
206
+
207
+
- Post_processing/FastQC_Outputs/raw_multiqc_GLAmpSeq_report.zip (Raw sequence multiqc report with paths purged)
208
+
209
+
- Post_processing/<GLDS_accession>_-associated-file-names.tsv (File association table for curation)
210
+
211
+
- Post_processing/<GLDS_accession>_amplicon-validation.log (Automatic verification and validation log file)
212
+
213
+
- Post_processing/processed_md5sum_GLAmpSeq.tsv (md5sums for the files to be released on OSDR)
214
+
215
+
- Post_processing/processing_info_GLAmpSeq.zip (Zip file containing all files used to run the workflow and required logs with paths purged)
216
+
217
+
- Post_processing/protocol.txt (File describing the methods used by the workflow)
218
+
219
+
- Post_processing/README_GLAmpSeq.txt (README file listing and describing the outputs of the workflow)
0 commit comments