-
Notifications
You must be signed in to change notification settings - Fork 2
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
Removed defaults from config files #182
base: dev
Are you sure you want to change the base?
Conversation
|
||
// Files | ||
viral_tsv = "${projectDir}/test-data/gold-standard-results/virus_hits_filtered.tsv.gz" | ||
viral_fastq = "" | ||
viral_tsv = <PATH TO 'virus_hits_db.tsv.gz` FROM OUTPUT OF RUN WORKFLOW> |
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.
@harmonbhasin we should clarify that one or other of these should be blank (see logic in pipeline for which is the default)
|
||
// Files | ||
sample_sheet = "${launchDir}/samplesheet.csv" // Path to library TSV | ||
sample_sheet = <PATH TO YOUR SAMPLING SHEET> // Path to library TSV |
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.
I think this one can stay as-is
Encourages users to read the manuals and understand how the pipeline operates.