GeneLab_Data_Processing icon indicating copy to clipboard operation
GeneLab_Data_Processing copied to clipboard

[BulkRNASeq] Workflow fails to launch using approach 3 when gldsAccession is not supplied

Open J-81 opened this issue 2 years ago • 0 comments

Expected behavior

Workflow launch using approach 3 (custom runsheet) should not require setting gldsAccession

Actual behaviour

Workflow checks if gldsAccession is unset and raises an error on attempting to start.

Workaround

Supplying gldsAccession as follows:

nextflow run ... --gldsAccession CustomAnalysis

Note: This will output all results to a directory called CustomAnalysis. The name may be changed if an alternative name for the output directory is desired.

J-81 avatar Jul 28 '23 00:07 J-81