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
In version 2.12 the gridss.sh script includes a check to make sure at least one input bam file is provided. This then requires me to provide an input bam file even though setupreference doesn't require a bam file. This wasn't a problem in previous versions. It would be nice to add a condition to only test for the bam file if any of do_preprocess, do_call, or do_assemble are true.
In version 2.12 the gridss.sh script includes a check to make sure at least one input bam file is provided. This then requires me to provide an input bam file even though setupreference doesn't require a bam file. This wasn't a problem in previous versions. It would be nice to add a condition to only test for the bam file if any of
do_preprocess
,do_call
, ordo_assemble
are true.gridss/scripts/gridss
Lines 243 to 247 in d1d1f85
The text was updated successfully, but these errors were encountered: