You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# Qiita changelog
2
2
3
+
Version 2021.05
4
+
---------------
5
+
6
+
* Replaced vis.js for cytoscape.js to display the processing networks.
7
+
* The commands available to users, originally only filtered by input type, are now also limited by the preparation type. The options are taken from the [recommended workflows](https://qiita.ucsd.edu/workflows/).
8
+
* Added a new [spades](https://github.com/ablab/spades) assembly pipeline for "Genome Isolate".
9
+
* Fixed the following issues: [#3070](https://github.com/qiita-spots/qiita/issues/3070), [#3089](https://github.com/qiita-spots/qiita/issues/3089), [#2968](https://github.com/qiita-spots/qiita/issues/2968), [#3102](https://github.com/qiita-spots/qiita/issues/3102), and [#3079](https://github.com/qiita-spots/qiita/issues/3079).
10
+
11
+
12
+
Version 2021.03
13
+
---------------
14
+
15
+
* Fixed [issue](https://github.com/qiita-spots/qtp-target-gene/issues/32) that left behind non gz per sample FASTQ files.
16
+
*[Recommended Workflows](https://qiita-rc.ucsd.edu/workflows/) are now stored in the database.
17
+
* Added a new button only for owners and admins within the Study page to display a list of all the Analyses generated with that study; helpful to clean up Studies and for general information.
18
+
* The Qiita CI now runs as [GitHub Actions](https://github.com/qiita-spots/qiita/actions); moving away from Travis CI.
19
+
* Prep information file object now stores its creation and modification timestamps.
20
+
* Improved creation time for all information files via the to_dataframe() method.
21
+
* Split the "other" category of the storage stats plot (https://qiita.ucsd.edu/stats/) into "other" and "biom" so biom can be its own category.
22
+
* Added a processing_jobs property to qiita_db.software.Command to easily retrieve all jobs in the system that have ran the given command.
23
+
* Fixed the following issues: [#3068](https://github.com/qiita-spots/qiita/issues/3068), [#3072](https://github.com/qiita-spots/qiita/issues/3072), [#3076](https://github.com/qiita-spots/qiita/issues/3076), and [#3070](https://github.com/qiita-spots/qiita/issues/3070).
`INSTALL.md <https://github.com/qiita-spots/qiita/blob/master/INSTALL.md>`__. However, Qiita is not designed to be used locally but rather on a server, we therefore advise against installing your own version on a personal computer. Nevertheless, it can run just fine on a laptop or small computer for development and educational purposes. For example, for every single PR and release, we install Qiita from scratch as GitHub Actions, you can follow `these steps <https://github.com/qiita-spots/qiita/actions>`__.
28
28
29
-
For more specific details about qiita visit `the Qiita main site tutorial <https://qiita.microbio.me/static/doc/html/qiita-philosophy/index.html>`__.
29
+
For more specific details about Qiita's philosophy and design visit `the Qiita main site tutorial <https://qiita.microbio.me/static/doc/html/qiita-philosophy/index.html>`__.
30
30
31
31
Current features
32
32
----------------
@@ -39,9 +39,9 @@ Current features
39
39
* Easy long-term sequence data deposition to the European Nucleotide Archive (ENA),
40
40
part of the European Bioinformatics Institute (EBI) for private and public
41
41
studies.
42
-
* Raw data processing for `Target Gene, Metagenomic, Metabolomicand BIOM files <https://qiita.ucsd.edu/static/doc/html/processingdata/index.html#processing-recommendations>`. BIOM files can be added as new preparation files for downstream analyses; however, this cannot be made public.
43
-
44
-
* Basic downstream analyses using Qiime2.
42
+
* Raw data processing for `Target Gene, Metagenomic, Metabolomic, Genome Isolates and BIOM files <https://qiita.ucsd.edu/static/doc/html/processingdata/index.html#processing-recommendations>`__. NOTE: BIOM files can be added as new preparation files for downstream analyses; however, this cannot be made public in the system.
43
+
* Basic downstream analyses using QIIME 2. Note that Qiita produces qza/qzv in the analytical steps but you can also convert `non QIIME 2 artifacts <https://qiita.ucsd.edu/static/doc/html/faq.html#how-to-convert-qiita-files-to-qiime2-artifacts>`__.
44
+
* Bulk download of `studies and artifacts <https://qiita.ucsd.edu/static/doc/html/downloading.html>`__.
45
45
* Basic study search in the study listing page.
46
46
* Complex metadata search via redbiom.
47
47
@@ -55,20 +55,7 @@ Accepted raw files
55
55
* Multiplexed FASTQ: forward, reverse (optional), and barcodes
56
56
* Per sample FASTQ: forward and reverse (optional)
57
57
* Multiplexed FASTA/qual files
58
-
59
-
Roadmap
60
-
-------
61
-
62
-
The following is a non-exhaustive list of features that we plan to add in the
63
-
future.
64
-
65
-
* Integration of other pipelines via artifacts. Processing of raw data in
66
-
external sources. For example, metabolomics processing in
67
-
`GNPS <http://gnps.ucsd.edu>`__ and data visualization in Qiita.
68
-
* Creation of a REST API to query and access the data hosted by Qiita.
69
-
* Improved analysis pipeline for target gene datasets.
70
-
* Crowd-sourced metadata curation of existing studies: improve the metadata of
71
-
existing studies by submitting a fix proposals to the authors of the study.
0 commit comments