Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Commit

Permalink
Merge pull request #30 from sanger/ilc_lib_create_no_pcr_no_pool
Browse files Browse the repository at this point in the history
Support ILC Library Creation No PCR No Pooling
  • Loading branch information
James Glover authored Jun 30, 2016
2 parents 8ebbb10 + 654a1cb commit f4fc29e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/config.rake
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ namespace :config do
request_types['Illumina-C Library Creation PCR'] = ['ILC AL Libs',true]
request_types['Illumina-C Library Creation PCR No Pooling'] = ['ILC AL Libs',false]
request_types['Illumina-C Library Creation No PCR'] = ['ILC AL Libs Tagged',true]
request_types['Illumina-C Library Creation No PCR No Pooling'] = ['ILC AL Libs Tagged',false]
end


Expand Down

0 comments on commit f4fc29e

Please sign in to comment.