Skip to content

Commit

Permalink
Merge 018c198 into 2dc78a3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrp committed Jun 20, 2014
2 parents 2dc78a3 + 018c198 commit d45124e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions qiita_db/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,18 @@ def load_raw_data_cmd(filepaths, filepath_types, filetype, study_ids):
Parameters
----------
filepaths : iterable of str
Paths to the raw data files
filepath_types : iterable of str
Describes the contents of the files.
filetype : str
The type of file being loaded
study_ids : iterable of int
The IDs of the studies with which to associate this raw data
Returns
-------
qiita_db.RawData
The newly created `qiita_db.RawData` object
"""
if len(filepaths) != len(filepath_types):
raise ValueError("Please pass exactly one filepath_type for each "
Expand Down

0 comments on commit d45124e

Please sign in to comment.