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
Hi, when running perbase base-depth with an incorrect BAM/CRAM path, even though stderr reports thread '<unnamed>' panicked at 'Indexed BAM/CRAM: FileNotFound [...] perbase/src/lib/par_granges.rs:159:72, it seems that no error code was returned (i.e. it apparently returned 0). This can be an issue when using pipeline or workload managers.
The text was updated successfully, but these errors were encountered:
Thanks for making this issue! I look into it and get an update out in the near future. That is definitely not the desired behavior, it should exit > 0.👍
For the specific call in granges I suppose returning the Error early should work as the output of the process_region function is already a Result type.
Hi, when running perbase base-depth with an incorrect BAM/CRAM path, even though stderr reports
thread '<unnamed>' panicked at 'Indexed BAM/CRAM: FileNotFound [...] perbase/src/lib/par_granges.rs:159:72
, it seems that no error code was returned (i.e. it apparently returned 0). This can be an issue when using pipeline or workload managers.The text was updated successfully, but these errors were encountered: