Add CheckM - #58
Open
biocdgv wants to merge 4 commits into
Open
Add CheckM#58biocdgv wants to merge 4 commits into
biocdgv wants to merge 4 commits into
Conversation
-Add checkm script -Add checkm environment YML file
-Add checkm install option to install.sh -Add checkm to Metabiome completion script. -Add checkm uninstall option to uninstall.sh -Add checkm to Metabiome main script
Nesper94
reviewed
Aug 9, 2021
Nesper94
left a comment
Owner
There was a problem hiding this comment.
Hi Cristian! I tried running CheckM and got an error, but I don't know if I am doing something wrong. This is my folder structure:
checkm_sample_human_gut/
└── sample_human_gut
├── concoct.17.fa
├── concoct.72.fa
├── concoct.77.fa
├── maxbin2.017.fa
├── maxbin2.032.fa
├── maxbin2.094.fa
├── maxbin2.109.fa
├── metabat.11.fa
├── metabat.25.fa
├── metabat.7.fa
├── metabat.85.fa
└── metabat.8.fa
This is the command I ran:
metabiome checkm -i checkm_sample_human_gut/ -o results/checkmAnd this is the error message:
metabiome checkm -i checkm_sample_human_gut/ -o results/checkm
Conda environment: metabiome-checkm
Input directory: /path/checkm_sample_human_gut
Number of threads: 1
CheckM workflow: lineage_wf
CheckM called with options:
Perform lineage analysis workflow
Output directory path: /path/results/checkm
Name of the directory to be created: lineage_wf
Output directory path: /path/results/checkm/lineage_wf
Name of the directory to be created: sample_human_gut
[] INFO: CheckM v1.1.3
[] INFO: checkm lineage_wf /path/checkm_sample_human_gut/sample_human_gut /path/results/checkm/lineage_wf/sample_human_gut -t 1 -f /path/results/checkm/lineage_wf/sample_human_gut_results_summary.txt
[] INFO: [CheckM - tree] Placing bins in reference genome tree.
[] ERROR: No bins found. Check the extension (-x) used to identify bins.
Co-authored-by: Juan Camilo Arboleda Rivera <juan.arboleda2@udea.edu.co>
Co-authored-by: Juan Camilo Arboleda Rivera <juan.arboleda2@udea.edu.co>
Collaborator
Author
|
Hello Juan! Thanks for checking it out!!! I think the problem comes from the bins' extension. In your case, is
C. 🦝 |
Nesper94
approved these changes
Aug 10, 2021
Nesper94
left a comment
Owner
There was a problem hiding this comment.
Hi! You were right, I ran
metabiome checkm -i checkm_sample_human_gut/ -o results/checkm -opts -x faand it worked. However my pc ran out of RAM and I could not check the results, but I think it is working fine.
Estefany-Lorenzana
approved these changes
Sep 9, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi!!
I have finally finished CheckM's script. As a recall, CheckM did not run on my pc (the main reason for the delay). However, please find attached the input files (sample_human_gut.zip) that I used to test CheckM if you want to give it a try.
Hope you like it !! 🍶