Skip to content

Commit 641492b

Browse files
committed
Updating documentation
1 parent a095c60 commit 641492b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

qiita_ware/ebi.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,11 @@ def add_samples_from_templates(self, sample_template, prep_template,
796796
Path to the directory containing per-sample FASTQ files where
797797
the sequence labels should be:
798798
``SampleID_SequenceNumber And Additional Notes if Applicable``
799+
800+
Raises
801+
------
802+
EBISumbissionError
803+
If a sample doesn't have the required EBI submission information
799804
"""
800805
if not exists(per_sample_fastq_dir):
801806
raise IOError('The directory with the FASTQ file does not exist.')

0 commit comments

Comments
 (0)