-
Notifications
You must be signed in to change notification settings - Fork 17
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
Changes neccesary for Nextclade update to v.1.10.0 #101
Comments
Patch version 1.10.1 comes with a more helpful error message in this use case. https://github.com/nextstrain/nextclade/releases/tag/1.10.1 Here are notes that should help migrating: Nextclade CLI 1.10.1 (2022-01-26)[Fix] Improve error message when the virus properties file is missing #704Since version 1.10.0 Nextclade CLI have introduced a new required input file, This does not affect Nextclade Web or Nextalign CLI. In order to facilitate upgrades, for most users, we recommend to:
[Fix] Add information about
|
Thanks for the heads up and the information @corneliusroemer , we seriously appreciate it 👍 We're planning on upgrading |
Yes, thank you for the heads up, @corneliusroemer! And citing a solution already implemented by @dpark01 is incredibly helpful. We'll likely be making these exact modifications |
As mentioned in another slack somewhere, that commit is part of a larger PR here: |
@kevinlibuit As the changelog (now) mentions, it may be more future proof to also add |
Yeah I'm likely going to be making a change as you just described in viral-pipelines in the WDL task, since the task already does |
I wanted to give you a small heads up. I found your repo through a quick code search, because it doesn't use
--input-dataset
for Nextclade run. Thus if you update to v1.10.0 (it was released yesterday), you will have to add a line. We recommend to use--input-dataset
, but you can also add--input-virus-properties
excplicitly.See this issue for a detailed explanation: nextstrain/nextclade#703
You need to make a change like here: broadinstitute/viral-pipelines@97fd339
Sorry for the trouble.
The text was updated successfully, but these errors were encountered: