Mercurial > repos > tomnl > mspurity_createdatabase
diff createDatabase.xml @ 3:7c0834ead235 draft
planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit e05cb49ba56d359fec34f132d1c9ace582e5b483-dirty
| author | tomnl |
|---|---|
| date | Tue, 18 Jun 2019 10:04:42 -0400 |
| parents | 52999a8b46fb |
| children | a3a969a82106 |
line wrap: on
line diff
--- a/createDatabase.xml Fri Jun 14 07:34:13 2019 -0400 +++ b/createDatabase.xml Tue Jun 18 10:04:42 2019 -0400 @@ -34,9 +34,7 @@ #if $eic --eic #end if - #if $raw_rt_columns - --raw_rt_columns - #end if + #if $grp_peaklist_opt.grp_peaklist_opt=="yes" --grp_peaklist=$grp_peaklist #end if @@ -44,8 +42,8 @@ ]]></command> <inputs> <param type="data" name="xset_xa" label="xcmsSet or CAMERA object" - help="Either xcmsSet object saved as 'xset' or CAMERA 'xa' object in an RData file. - Please specify which to use below" + help="Either xcmsSet object saved as 'xset' or CAMERA 'xa' object in an RData file. + Please specify which to use below" format="rdata.xcms.raw,rdata.xcms.group,rdata.xcms.retcor,rdata.xcms.fillpeaks,rdata.camera.quick,rdata.camera.positive,rdata.camera.negative,rdata"/> <expand macro="camera_xcms" /> <param type="data" name="pa" label="purityA object (frag4feature output)" format="rdata" @@ -54,8 +52,6 @@ help="The Extracted Ion Chromatogram can be calculated for each peak and stored in the database. Note, this will take considerable time for large datasets and the resulting SQLite database can be large"/> - <param name="raw_rt_columns" type="boolean" label="Use user defined Raw RT columns?" - help="Only use if the track_rt_raw tool has been used"/> <expand macro="grp_peaklist" /> <expand macro="fileload" /> </inputs>
