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

update checkm rule to output tab separated table #11

Open
taylorreiter opened this issue Sep 3, 2019 · 1 comment
Open

update checkm rule to output tab separated table #11

taylorreiter opened this issue Sep 3, 2019 · 1 comment

Comments

@taylorreiter
Copy link
Collaborator

The files in paper/figures/files_checkm/ are annoyingly difficult to parse. As per Ecogenomics/CheckM#29, there is an option --tab_table that will produce a tab separated file without the fancy formatting for easy parsing. I think this can be added in these lines of code:

https://github.com/spacegraphcats/2018-paper-spacegraphcats/blob/master/pipeline-base/Snakefile#L572
https://github.com/spacegraphcats/2018-paper-spacegraphcats/blob/master/pipeline-base/Snakefile#L584
https://github.com/spacegraphcats/2018-paper-spacegraphcats/blob/master/pipeline-base/Snakefile#L596
https://github.com/spacegraphcats/2018-paper-spacegraphcats/blob/master/pipeline-base/Snakefile#L607

Which will then look like this:

rm -fr checkm.plass.bins && mkdir checkm.plass.bins && ln {input} checkm.plass.bins && checkm lineage_wf -x fa checkm.plass.bins checkm.plass.out -t {threads} --genes --pplacer_threads={threads} --tab_table -f checkm-plass.txt
@taylorreiter
Copy link
Collaborator Author

I should note i have not tested this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant