comparison snap_training.xml @ 1:2a598c0aa042 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
author iuc
date Fri, 10 May 2019 08:53:20 -0400
parents 821bf8bc5623
children
comparison
equal deleted inserted replaced
0:821bf8bc5623 1:2a598c0aa042
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="snap_training" name="Train SNAP" profile="16.04" version="@VERSION@"> 2 <tool id="snap_training" name="Train SNAP" profile="16.04" version="@VERSION@+galaxy1">
3 <description>ab-initio gene predictor</description> 3 <description>ab-initio gene predictor</description>
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="requirements"> 7 <expand macro="requirements">
8 <requirement type="package" version="2.31.9">maker</requirement> 8 <requirement type="package" version="2.31.10">maker</requirement>
9 </expand> 9 </expand>
10 <command><![CDATA[ 10 <command><![CDATA[
11 cp '${maker_gff}' input.gff3 && 11 cp '${maker_gff}' input.gff3 &&
12 echo "\##FASTA" >> input.gff3 && 12 echo "\##FASTA" >> input.gff3 &&
13 cat '${genome}' >> input.gff3 && 13 cat '${genome}' >> input.gff3 &&