How to add enzyme details in Tassel pipeline?
0
0
Entering edit mode
2.8 years ago

Hello All, I working on GBS pipeline, I want to add enzyme details for NlaIII_HaeIII in the source file in tassel pipeline.

For example

 } else if (enzyme.matches("(?i)haeiii-ecor[i1]|(?i)hae3-ecor[i1]")) {
            theEnzyme = "HaeIII-EcoRI"; // GG^CC   G^AATTC
            initialCutSiteRemnant = new String[]{"CC"};
            likelyReadEnd = new String[]{"GGCC", "GAATTC", "GAATTAGATC"}; // look for HaeIII site, EcoRI site, or common adapter for EcoRI
            readEndCutSiteRemnantLength = 5;   

I bit of confusing how to add this kind of chunk for NlaIII_HaeIII

please help

GBS Tassel GBSEnzyme.java • 422 views
ADD COMMENT

Login before adding your answer.

Traffic: 3082 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6