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
{{ message }}
This repository was archived by the owner on Apr 20, 2026. It is now read-only.
error: The following required arguments were not provided:
<INPUT>
<REFERENCE>
<STATS_PREFIX>
USAGE:
best --intervals-bed <INTERVALS_BED>... <INPUT> <REFERENCE> <STATS_PREFIX>
Program works great when I run without a BED file:
${BESTPATH}/best sorted_pds5c_Tube01_L01.bam GCF_000001735.3_TAIR10_genomic_softmasked.fna.gz pds5c_Tube01_L01_bestBut when I add a BED file for partitioning results by regions:
${BESTPATH}/best --intervals-bed GCF_000001735.3_TAIR10_genomic_softmasked.bed sorted_pds5c_Tube01_L01.bam GCF_000001735.3_TAIR10_genomic_softmasked.fna.gz pds5c_Tube01_L01_bestI get the error:
Thanks!