Skip to content

Commit 1b64ac0

Browse files
committed
Merge branch 'fix-1084' of https://github.com/biocore/qiita into fix-1084
2 parents 0e93e6c + be551d9 commit 1b64ac0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
Qiita 0.1.0-dev (changes since Qiita 0.1.0 go here)
55
---------------------------------------------------
66

7+
* Creating an empty RawData is no longer needed in order to add a PrepTemplate.
8+
Now, the PrepTemplate is required in order to add a RawData to a study. This is
9+
the normal flow of a study, as the PrepTemplate information is usually
10+
available before the RawData information is available.
11+
* A user can upload a QIIME mapping file instead of a SampleTemplate. The
12+
system will create a SampleTemplate and a PrepTemplate from the information
13+
present in the QIIME mapping file. The QIIME required columns for this
14+
functionality to work are 'BarcodeSequence', 'LinkerPrimerSequence' and
15+
'Description'. For more information about QIIME mapping files, visit
16+
http://qiime.org/documentation/file_formats.html#mapping-file-overview.
17+
718
Version 0.1.0 (2015-04-30)
819
--------------------------
920

0 commit comments

Comments
 (0)