Skip to content

adds EBI submission of shotgun samples #2303

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

Merged
merged 6 commits into from
Sep 26, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
flake8 fixes
  • Loading branch information
antgonza committed Sep 20, 2017
commit d4eb316216cf795c53e56fa2e6d52f198673b898
2 changes: 1 addition & 1 deletion qiita_db/support_files/patches/60.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Sep 120, 2017
-- Sep 20, 2017
-- Allowing per_sample_FASTQ to be submitted to EBI

UPDATE qiita.artifact_type SET can_be_submitted_to_ebi = true WHERE artifact_type='per_sample_FASTQ';
1 change: 0 additions & 1 deletion qiita_ware/ebi.py
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,6 @@ def generate_demultiplexed_fastq(self, rewrite_fastq=False, mtime=None):
self.prep_template.get_category('run_prefix'))]
rps.sort(key=lambda x: x[1])
demux_samples = set()
fpb = partial(join, self.full_ebi_dir)
for sn, rp in rps:
for i, (bn, fp) in enumerate(fps):
if bn.startswith(rp):
Expand Down