Adding "abi_solid" to the list of known platforms.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3534 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
63ad71cca6
commit
22620ba95c
|
|
@ -38,6 +38,7 @@ public class EmpiricalSubstitutionProbabilities extends FourBaseProbabilities {
|
||||||
bind("454", SequencerPlatform.ROCHE454);
|
bind("454", SequencerPlatform.ROCHE454);
|
||||||
bind("ILLUMINA", SequencerPlatform.SOLEXA);
|
bind("ILLUMINA", SequencerPlatform.SOLEXA);
|
||||||
bind("solid", SequencerPlatform.SOLID);
|
bind("solid", SequencerPlatform.SOLID);
|
||||||
|
bind("abi_solid", SequencerPlatform.SOLID);
|
||||||
bind("CG", SequencerPlatform.CG);
|
bind("CG", SequencerPlatform.CG);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue