-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Viash v0.8.2 #10
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat! :+1 Some comments and suggestions 🙂
Since the actual Nextflow pipeline of the template is not shown in the guide, I will refactor it to contain the state management arguments explicitly. |
Based on the suggestion from Robrecht earlier today, do you agree @DriesSchaumont to rewrite the template workflow to remove the ability to use globs and work with a YAML file as input? |
The latest commit allows running from a 'sample sheet' as follows: nextflow run target/nextflow/template/workflow/main.nf \
-with-docker \
-resume \
--publish_dir output \
--param_list resources_test/input.csv \ |
No description provided.