Skip to content

Commit

Permalink
update help message
Browse files Browse the repository at this point in the history
  • Loading branch information
imendes93 committed Dec 23, 2021
1 parent 1ad094b commit d0aca44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def helpMessage() {
false should be used to run local files on the HPC (Sumner).
'TCGA' can also be used to download GDC data including HCMI data.
(default: false)
--manifest Manifest file to download data from GTEX. (string)
(default: false)
--key_file For downloading reads, use TCGA authentication token (TCGA) or dbGAP repository
key (GTEx, path) or credentials.json file in case of 'GEN3-DRS'
(default: false)
Expand Down
1 change: 1 addition & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ params {
rmats_pairs = false
run_name = false
download_from = false
manigest = false
sra_config_file= "${baseDir}/assets/sra-user-settings.mkfg"
key_file = false
genome_fasta = false
Expand Down

0 comments on commit d0aca44

Please sign in to comment.