-
Notifications
You must be signed in to change notification settings - Fork 436
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
add checkm2 #6542
base: main
Are you sure you want to change the base?
add checkm2 #6542
Conversation
description: Rapid assessment of genome bin quality using machine learning | ||
long_description: Enhanced version of checkm, using machine learning models for greater speed and accuracy | ||
homepage_url: https://github.com/chklovski/CheckM2 | ||
remote_repository_url: https://github.com/galaxyproject/tools-iuc/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be more precise pointing to the folder.
<command detect_errors="exit_code"><![CDATA[ | ||
mkdir input_dir && | ||
#for $i, $file in enumerate($input): | ||
cp $file input_dir/${file.element_identifier}.dat && |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
single-quotes
<when value="no"/> | ||
<when value="yes"> | ||
<!-- It's not all numbers and there's a check internally if it's in a specific list, so it had to be spelled out --> | ||
<param argument="ttable" type="select" label="Prodigal table"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be useful for the user to tell what those numbers mean.
tools/checkm2/checkm2.xml
Outdated
#end if | ||
-x .dat | ||
--threads "\${GALAXY_SLOTS:-1}" | ||
--database_path "\${CHECKM2_DB_PATH:-$__tool_directory__/tool-data/CheckM2_database/uniref100.KO.1.dmnd}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this database stable forever and will not change? If those databases update over time, we need a location file.
FOR CONTRIBUTOR: