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
If we try to call a region where the coverage is null for every files, samtools_mpileup will produce an empty file and mpileup2table will not output any sample*.txt whereas they are required outputs.
Error running process > Missing output file(s): 'sample*.txt' expected by process: mpileup2table
We have to stop the pipeline after samtools_mpileup process if all emitted mpileup files are empty.
The text was updated successfully, but these errors were encountered:
We manage the case when `samtools_mpileup` produces an empty file.
This appears when the coverage is null for all calling regions.
Before, in this case the pipeline crashed (no needed output `sample*.txt` from `pileup2table`).
If we try to call a region where the coverage is null for every files,
samtools_mpileup
will produce an empty file andmpileup2table
will not output anysample*.txt
whereas they are required outputs.We have to stop the pipeline after
samtools_mpileup
process if all emitted mpileup files are empty.The text was updated successfully, but these errors were encountered: