Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

required arguments not recognized when supplying --intervals-bed #10

@avril-m-harder

Description

@avril-m-harder

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_best

But 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_best

I get the error:

error: The following required arguments were not provided:
    <INPUT>
    <REFERENCE>
    <STATS_PREFIX>

USAGE:
    best --intervals-bed <INTERVALS_BED>... <INPUT> <REFERENCE> <STATS_PREFIX>

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions