We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add088a commit 311d618Copy full SHA for 311d618
qiita_db/test/test_artifact.py
@@ -1539,7 +1539,8 @@ def test_archive(self):
1539
mp = partial(join, mpath)
1540
fps = [
1541
mp('processed_data/1_study_1001_closed_reference_otu_table.biom'),
1542
- mp('processed_data/1_study_1001_closed_reference_otu_table_Silva.biom'),
+ mp('processed_data/'
1543
+ '1_study_1001_closed_reference_otu_table_Silva.biom'),
1544
mp('raw_data/1_s_G1_L001_sequences.fastq.gz'),
1545
mp('raw_data/1_s_G1_L001_sequences_barcodes.fastq.gz')]
1546
for fp in fps:
@@ -1570,5 +1571,6 @@ def test_archive(self):
1570
1571
1572
copyfile(f'{fp}.bk', fp)
1573
1574
+
1575
if __name__ == '__main__':
1576
main()
0 commit comments