Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bbmap_bbsplit input file logic requires revision #30

Open
tverbeiren opened this issue Dec 3, 2024 · 0 comments
Open

bbmap_bbsplit input file logic requires revision #30

tverbeiren opened this issue Dec 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@tverbeiren
Copy link
Contributor

The component is defined in BioBox and can do two things:

Outputs reads to a file for the reference they best match, with multiple options for dealing with ambiguous mappings.

To index:     bbsplit.sh build=<1> ref_x=<reference fasta> ref_y=<another reference fasta>
To map:       bbsplit.sh build=<1> in=<reads> out_x=<output file> out_y=<another output file>

In the present case we want to generate an index. There is an issue, however, with the way the parameters are passed. Moreover, extra validation should occur to cover the dependencies between different arguments/parameters.

The option skip_bbsplit has been disabled until this issue has been resolved.

@tverbeiren tverbeiren added the bug Something isn't working label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants