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
Copy file name to clipboardExpand all lines: nextflow_schema.json
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -28,14 +28,6 @@
28
28
"description": "Comma-separated list of ENA metadata fields to fetch before downloading data.",
29
29
"help_text": "The default list of fields used by the pipeline can be found at the top of the [`bin/sra_ids_to_runinfo.py`](https://github.com/nf-core/fetchngs/blob/master/bin/sra_ids_to_runinfo.py) script within the pipeline repo. This pipeline requires a minimal set of fields to download FastQ files i.e. `'run_accession,experiment_accession,library_layout,fastq_ftp,fastq_md5'`. Full list of accepted metadata fields can be obtained from the [ENA API](https://www.ebi.ac.uk/ena/portal/api/returnFields?dataPortal=ena&format=tsv&result=read_run)."
30
30
},
31
-
"download_method": {
32
-
"type": "string",
33
-
"default": "ftp",
34
-
"fa_icon": "fas fa-download",
35
-
"enum": ["aspera", "ftp", "sratools"],
36
-
"description": "Method to download FastQ files. Available options are 'aspera', 'ftp' or 'sratools'. Default is 'ftp'.",
37
-
"help_text": "FTP and Aspera CLI download FastQ files directly from the ENA FTP whereas sratools uses sra-tools to download *.sra files and convert to FastQ."
// meta.fastq_aspera is a metadata string with ENA fasp links supported by Aspera
96
-
// For single-end: 'fasp.sra.ebi.ac.uk:/vol1/fastq/ERR116/006/ERR1160846/ERR1160846.fastq.gz'
97
-
// For paired-end: 'fasp.sra.ebi.ac.uk:/vol1/fastq/SRR130/020/SRR13055520/SRR13055520_1.fastq.gz;fasp.sra.ebi.ac.uk:/vol1/fastq/SRR130/020/SRR13055520/SRR13055520_2.fastq.gz'
98
-
if (meta.fastq_aspera && userMethod ==DownloadMethod.ASPERA)
99
-
returnDownloadMethod.ASPERA
100
-
if ((!meta.fastq_aspera &&!meta.fastq_1) || userMethod ==DownloadMethod.SRATOOLS)
// meta.fastq_aspera is a metadata string with ENA fasp links supported by Aspera
96
+
// For single-end: 'fasp.sra.ebi.ac.uk:/vol1/fastq/ERR116/006/ERR1160846/ERR1160846.fastq.gz'
97
+
// For paired-end: 'fasp.sra.ebi.ac.uk:/vol1/fastq/SRR130/020/SRR13055520/SRR13055520_1.fastq.gz;fasp.sra.ebi.ac.uk:/vol1/fastq/SRR130/020/SRR13055520/SRR13055520_2.fastq.gz'
0 commit comments