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
There are some flags that the user is able to specify from the samplesheet.csv that might be annoying for the pipeline (unsupported).
Some other flags do even brack the pipeline in itself, for example we would want the aligners not to compress the output as of today. So if the user passes the flag to do so it is likely going to breack the pipeline.
The question is the following. How to deal with this harmfull flags?.
This should be where the ideas are brainstormed.
The text was updated successfully, but these errors were encountered:
luisas
changed the title
what to do with unsupported and harmfull flags of aligners modules?
INPUT VALIDATION: what to do with unsupported and harmful flags of aligners modules?
Oct 18, 2023
This should be done in the validation of the toolsheet at the beginning of the pipeline.
Add minimal flags as default if not given (example: 3Dcoffee should not be allowed to run without a structural method, same as regressive without the -reg flag)
Reference in documentation where one can find the optional extra flags.
SO: we need to make sure the minimal ones are always present, no need to check for optional flags, those are responsibility of the user but describe well in documentation.
Description of feature
There are some flags that the user is able to specify from the samplesheet.csv that might be annoying for the pipeline (unsupported).
Some other flags do even brack the pipeline in itself, for example we would want the aligners not to compress the output as of today. So if the user passes the flag to do so it is likely going to breack the pipeline.
The question is the following. How to deal with this harmfull flags?.
This should be where the ideas are brainstormed.
The text was updated successfully, but these errors were encountered: