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

feat: Add crossMap3-based method rules to metaGEM.sh parser #22

Closed
franciscozorrilla opened this issue Mar 22, 2021 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request high priority Should be addressed ASAP

Comments

@franciscozorrilla
Copy link
Owner

Currently the parser only supports submitting jobs through the crossMap-based method, i.e. N (= number of samples) jobs submitted cross-mapping each set of paired end reads to the focal sample assembly in series for small-medium datasets.

Still need to add the wildcard expansion strings for crossMap3-based method, i.e. where N x N individual jobs are submitted for each individual cross-mapping operation using kallisto for large datasets. Need to add parser support for rules kallistoIndex, crossMap3, gatherCrossMap3, kallisto2concoctTable, etc. in the metaGEM.sh parser and ensure that there are not rule dependency conflicts (e.g. multiple rules generate same output so Snakemake gets confused).

@franciscozorrilla
Copy link
Owner Author

franciscozorrilla commented Apr 16, 2021

Could be easiest to use the Snakemake modularization feature to call on rules from external snakefile to avoid rule dependency conflicts

@franciscozorrilla franciscozorrilla changed the title Add crossMap3-based method rules to metaGEM.sh parser feat: Add crossMap3-based method rules to metaGEM.sh parser Apr 22, 2021
@franciscozorrilla franciscozorrilla added the high priority Should be addressed ASAP label Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high priority Should be addressed ASAP
Projects
None yet
Development

No branches or pull requests

1 participant