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
At the moment the location of the output files and the names of the files need to be specified in the config.json file. From the VRE perspective that can mean that the names are very bland and difficult to use when files have the same name and visualising this in JBrowse.
This needs a small change in the pipelines to add a test for if the name has been generated already, if not then auto-generate the name based on the execution parameter and the name of the input file.
This will need to be done at the pipeline/workflow level as it is at this level that the management of files is performed. Tools should not define the output files.
The text was updated successfully, but these errors were encountered:
At the moment the location of the output files and the names of the files need to be specified in the config.json file. From the VRE perspective that can mean that the names are very bland and difficult to use when files have the same name and visualising this in JBrowse.
This needs a small change in the pipelines to add a test for if the name has been generated already, if not then auto-generate the name based on the execution parameter and the name of the input file.
This will need to be done at the pipeline/workflow level as it is at this level that the management of files is performed. Tools should not define the output files.
The text was updated successfully, but these errors were encountered: