Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Added functionality to attempt read orientation for single_end_barcodes,... #1987

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

walterst
Copy link
Contributor

... to address issue #1980

@ghost
Copy link

ghost commented Apr 24, 2015

Build results will soon be (or already are) available at: http://ci.qiime.org/job/qiime-github-pr/1614/

@@ -81,8 +78,11 @@ def extract_barcodes(fastq1,
"barcodes_not_oriented.fastq.incomplete"), "w")
fastq1_out_not_oriented = open(join(output_dir,
"reads1_not_oriented.fastq.incomplete"), "w")
fastq2_out_not_oriented = open(join(output_dir,
"reads2_not_oriented.fastq.incomplete"), "w")
if input_type in ["barcode_paired_end"]:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be clearer:

if input_type == "barcode_paired_end":

@jairideout
Copy link
Member

@gregcaporaso and I decided to not include this feature in the 1.9.1 release since it's a bug fix release. I started reviewing your changes before we made this decision, sorry for the confusion.

@jairideout
Copy link
Member

retest this please

@ghost
Copy link

ghost commented Apr 29, 2015

Build results will soon be (or already are) available at: http://ci.qiime.org/job/qiime-github-pr/1624/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants