-
Notifications
You must be signed in to change notification settings - Fork 448
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
Minor fixes to tool_data_table_conf and related files for clair3 and artic #6790
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Saim Momin <[email protected]>
Co-authored-by: Saim Momin <[email protected]>
Co-authored-by: Saim Momin <[email protected]>
Co-authored-by: Saim Momin <[email protected]>
Co-authored-by: Saim Momin <[email protected]>
Co-authored-by: Saim Momin <[email protected]>
Mmuphin wrapper
Co-authored-by: Björn Grüning <[email protected]>
Co-authored-by: Björn Grüning <[email protected]>
Co-authored-by: Björn Grüning <[email protected]>
Co-authored-by: paulzierep <[email protected]>
mak covariates optional with python
Co-authored-by: Björn Grüning <[email protected]>
Co-authored-by: Björn Grüning <[email protected]>
…alaxyproject#6796) * Add support for downloading schemes, fix some data table problems, change defaults to minion defaults * Remove unneeded quotes and add more info on defaults * Remove quotes around integer parameter
* Updating tools/ncbi_datasets from version 16.41.0 to 16.42.0 * Remove trailing hyphen in macros --------- Co-authored-by: planemo-autoupdate <[email protected]>
* Add ASMplot * Add associated test-data * Minor changes to description and added single quotes to parameters
Mmuphin wrapper
@pvanheus another question while we're at it: have the model files ever changed their format? |
The model files that are built by the clair3 group (available here) have not changed since October 2021, which is before the release date of any of the versions of clair3 used in Galaxy, so it seems that the model format is very stable and definitely stable across all Galaxy tool releases. |
Hmm, that was a semi-successful integration. I think things are actually correct now, just a lot of annoying in-between commits from main. |
# | ||
#So, all_model.loc could look something like this: | ||
test_model "the_model_name" r941_prom_hac_g360+g422 $(dirname $(which run_clair3.sh))/models/r941_prom_hac_g360+g422#This file lists the names and locations of all the clair3 model files | ||
#This file lists the names and locations of all the clair3 model files |
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 entire file still needs to be renamed to clair3_models.loc.sample
I guess.
Then the tool_data_table.conf needs to be adjusted too.
@@ -2,7 +2,7 @@ | |||
<description>germline small variant caller for long-reads</description> | |||
<macros> | |||
<token name="@TOOL_VERSION@">1.0.10</token> | |||
<token name="@VERSION_SUFFIX@">1</token> | |||
<token name="@VERSION_SUFFIX@">2</token> |
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.
don't bump this version so that we can overwrite the faulty previous attempt
FOR CONTRIBUTOR: