-
Notifications
You must be signed in to change notification settings - Fork 79
Fix 2230 #2372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix 2230 #2372
Changes from 8 commits
cc97e89
292e193
6a553f6
f27c230
d721f85
9e10d9c
d5636ae
29da4e4
7ef56fa
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,21 +161,6 @@ def test_download_study(self): | |
response = self.get('/download_study_bioms/1') | ||
self.assertEqual(response.code, 200) | ||
exp = ( | ||
'- 1256812 /protected/processed_data/1_study_1001_closed_' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why has this being deleted? I'd to fix this recently by adding this, so I'm surprised now that it needs to be removed. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Those lines had a conflict between the master and dev branches, which I fixed by deleting them. BTW the tests are passing. |
||
'reference_otu_table.biom processed_data/1_study_1001_closed_' | ||
'reference_otu_table.biom\n' | ||
'- 36615 /protected/templates/1_prep_1_qiime_[0-9]*-' | ||
'[0-9]*.txt mapping_files/4_mapping_file.txt\n' | ||
'- 1256812 /protected/processed_data/' | ||
'1_study_1001_closed_reference_otu_table.biom processed_data/' | ||
'1_study_1001_closed_reference_otu_table.biom\n' | ||
'- 36615 /protected/templates/1_prep_1_qiime_[0-9]*-' | ||
'[0-9]*.txt mapping_files/5_mapping_file.txt\n' | ||
'- 1256812 /protected/processed_data/' | ||
'1_study_1001_closed_reference_otu_table_Silva.biom processed_data' | ||
'/1_study_1001_closed_reference_otu_table_Silva.biom\n' | ||
'- 36615 /protected/templates/1_prep_1_qiime_[0-9]*-' | ||
'[0-9]*.txt mapping_files/6_mapping_file.txt\n' | ||
'- [0-9]* /protected/BIOM/{0}/otu_table.biom ' | ||
'BIOM/{0}/otu_table.biom\n' | ||
'- 1 /protected/BIOM/{0}/sortmerna_picked_otus/seqs_otus.log ' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this piece of javascript be moved up with the rest of the JavaScript in this page? Thanks!