Skip to content
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

adding i5_i7_index #666

Merged
merged 3 commits into from
Apr 17, 2017
Merged

Conversation

antgonza
Copy link
Contributor

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 64.428% when pulling 7ef4c97 on antgonza:add-i5_i7_index into 1ac818e on biocore:plate-mapper-jose.

@wasade
Copy link
Member

wasade commented Apr 17, 2017

Should there be any data access changes?

@coveralls
Copy link

Coverage Status

Coverage remained the same at 64.428% when pulling 2b73eb5 on antgonza:add-i5_i7_index into 1ac818e on biocore:plate-mapper-jose.

Copy link
Member

@wasade wasade left a comment

Choose a reason for hiding this comment

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

just questions


CREATE TABLE pm.shotgun_index_tech (
shotgun_index_tech_id bigserial NOT NULL,
name varchar(100) ,
Copy link
Member

Choose a reason for hiding this comment

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

what is this one limited?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Honestly, cause that was the default in dbSchema and didn't catch it. However, this is just the name of the tech, which in general is like 20 chars ...

@@ -236,17 +244,17 @@ CREATE TABLE pm.water_lot (
CONSTRAINT uq_water_lot_name UNIQUE ( name )
);

CREATE TYPE target_region AS ENUM ('16S', '18S', 'ITS');
CREATE TYPE target_subfragment AS ENUM ('V4');
CREATE TYPE pm.target_region AS ENUM ('16S', '18S', 'ITS');
Copy link
Member

Choose a reason for hiding this comment

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

Should this differentiate ITS1, ITS2, overhanging (e.g., sequencing 3' of 18S into ITS1)? Perhaps as subfragment?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good question, I just fixed the pm part of this but I can add more ... @josenavas

Copy link
Member

Choose a reason for hiding this comment

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

Let's defer to later

@wasade wasade merged commit 8c11067 into biocore:plate-mapper-jose Apr 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants