1.3.0 #531
ivan-aksamentov
announced in
Releases
1.3.0
#531
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Nextclade Web 1.6.0, Nextclade CLI 1.3.0, Nextalign CLI 1.3.0 (2021-08-31)
[Feature] Nextclade Datasets
In this release we introduce Nextclade Datasets, a convenient way of downloading files required for Nextclade analysis. Now data files (such as reference sequences, reference tree and others) are served for all users from a central dataset repository.
Datasets in Nextclade Web
The dropdown menu in Nextclade Web now allows user to chose between available datasets before analysis and automatically fetches the latest files from the central dataset repository.
Datasets in Nextclade CLI
Nextclade CLI gained new commands and flags to manage datasets:
nextclade dataset list
command allows to list available datasetsnextclade dataset get
command allows to download a dataset to a directorynextclade run
command runs the analysis (for compatibility with old version the wordrun
can be omitted) and the new--input-dataset
flag allows to specify the directory of the previously downloaded datasetQuick example
See Nextclade CLI documentation for example usage and Nextclade Datasets documentation for more details about datasets.
Note, data updates and additions are now decoupled from Nextclade releases. The datasets will be updated independently. Read datasets documentation on dataset versioning and a tradeoff between reproducibility or results vs lastest features (e.g. clades and QC checks).
[Feature] Flu datasets in Nextclade
With this release, additionally to the previously available SARS-CoV-2 dataset, we introduce 4 new Influenza datasets:
These datasets allow Nextclade to analyze sequences for these pathogens.
Nextclade Datasets feature simplifies adding new pathogens in Nextclade and we hope to add new datasets in the future.
[Deprecation] Data files in Nextclade GitHub repository are deprecated
The files in
/data
directory of the Nextclade GitHub repository are now deprecated in favor of Nextclade Datasets feature.These files will be deleted from repository on October 31st 2021, but will be still available in git history. We do not recommend to use these files, as they will no longer be updated.
This discussion was created from the release 1.3.0.
Beta Was this translation helpful? Give feedback.
All reactions