Mercurial > repos > iuc > vg_convert
comparison convert.xml @ 1:7366704232b6 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vg commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
author | iuc |
---|---|
date | Wed, 18 Nov 2020 19:42:36 +0000 |
parents | e68d9dfa62a2 |
children |
comparison
equal
deleted
inserted
replaced
0:e68d9dfa62a2 | 1:7366704232b6 |
---|---|
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
7 <command detect_errors="exit_code"><![CDATA[ | 7 <command detect_errors="exit_code"><![CDATA[ |
8 export TMPDIR=\${TMPDIR:-.}; | |
8 ln -s '$infile' ./infile.${infile.ext} && | 9 ln -s '$infile' ./infile.${infile.ext} && |
9 | 10 |
10 vg convert | 11 vg convert |
11 $output_format | 12 $output_format |
12 ./infile.${infile.ext} | 13 ./infile.${infile.ext} |