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
Update the sample_id param to be parsed from BAM instead of user input.
1. `patient` isn't being defined, but is set to be used if `params.blcds_registered_dataset == true`. I'm not sure what that value should be, but it should probably be added to the input and defined on line 8.
Lines 9, 29, 30, 31 can be deleted.
I think eventually sample_id should come from the BAM file as shown in the sfitz-update-sample-id-input branch of the template.
check_max should be changed to check_limits and imported from pipeline-Nextflow-config; so removed here and changed in base.config
set_env should come from pipeline-Nextflow-config
setup_docker_cpus should be added from pipeline-Nextflow-config
Update the sample_id param to be parsed from BAM instead of user input.
sample_id
should come from the BAM file as shown in thesfitz-update-sample-id-input
branch of the template.check_max
should be changed tocheck_limits
and imported frompipeline-Nextflow-config
; so removed here and changed inbase.config
set_env
should come frompipeline-Nextflow-config
setup_docker_cpus
should be added frompipeline-Nextflow-config
Originally posted by @sorelfitzgibbon in #27 (comment)
The text was updated successfully, but these errors were encountered: