Difference between revisions of "Sequencing Analysis Viewer"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Illumina Sequencing Analysis Viewer)
(No difference)

Revision as of 09:24, 22 May 2012

Illumina Sequencing Analysis Viewer is an application that allows you, in real time, to view important quality metrics generated by the Real-Time Analysis (RTA) software on the Illumina sequencing systems. You need to register to download it from here

<package
   id="SequencingAnalysisViewer"
   name="Sequencing Analysis Viewer %version%" 
   revision="%version%"
   priority="0"
   reboot="false">
   <variable name="version" value="1.8.4.0" />
   <check type="uninstall" condition="exists" path="Illumina Sequencing Analysis Viewer %version%"/>
   <install cmd='msiexec /qn /i "%SOFTWARE%\SequencingAnalysisViewer\SAV.msi" /qn ALLUSERS=1'/>
   <upgrade cmd='msiexec /qn /i "%SOFTWARE%\SequencingAnalysisViewer\SAV.msi" /qn ALLUSERS=1'/>
   <remove cmd='msiexec /qn /x{A540C4DD-1754-4852-B478-B8D5C1D059A8}'/>
</package>