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
Error reading YAML file: /work/noronhaa/forte_dev/nftest/.nf-test/tests/f889c58d9e1150dd299fc02e139d00d5/output/pipeline_info/*versions.yml (No such file or directory)
(even though the path exists and a literal path to the same file does work) and when i try to wrap the string in path it gives a different error:
groovy.lang.MissingMethodException: No signature of method: static nf_core.nf.test.utils.Methods.removeNextflowVersion() is applicable for argument types: (sun.nio.fs.UnixPath) values: [/juno/cmo/ccs/noronhaa/forte_dev/nftest/.nf-test/tests/183a5df257bab45c301f6567d2e9a484/output/pipeline_info/*versions.yml]
Possible solutions: removeNextflowVersion(java.lang.CharSequence)
The text was updated successfully, but these errors were encountered:
I am trying to make
removeNextflowVersion
work with a wildcard path but running into errors.simply doing:
gives the following error:
(even though the path exists and a literal path to the same file does work) and when i try to wrap the string in
path
it gives a different error:The text was updated successfully, but these errors were encountered: