Adding 'solexa' to list of known/supported platforms
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4357 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
bcc09f5d8c
commit
1034853a84
|
|
@ -37,6 +37,7 @@ public class EmpiricalSubstitutionProbabilities extends FourBaseProbabilities {
|
||||||
bind("LS454", SequencerPlatform.ROCHE454);
|
bind("LS454", SequencerPlatform.ROCHE454);
|
||||||
bind("454", SequencerPlatform.ROCHE454);
|
bind("454", SequencerPlatform.ROCHE454);
|
||||||
bind("ILLUMINA", SequencerPlatform.SOLEXA);
|
bind("ILLUMINA", SequencerPlatform.SOLEXA);
|
||||||
|
bind("SOLEXA", SequencerPlatform.SOLEXA);
|
||||||
bind("solid", SequencerPlatform.SOLID);
|
bind("solid", SequencerPlatform.SOLID);
|
||||||
bind("abi_solid", SequencerPlatform.SOLID);
|
bind("abi_solid", SequencerPlatform.SOLID);
|
||||||
bind("CG", SequencerPlatform.CG);
|
bind("CG", SequencerPlatform.CG);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue