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
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.
The text was updated successfully, but these errors were encountered:
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: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.The text was updated successfully, but these errors were encountered: