comparison antitarget.xml @ 1:b52fa1df3bc4 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit e927b17a345b18c1b51dc1b112db5129278dcd22
author iuc
date Fri, 29 Sep 2023 15:41:25 +0000
parents 98086253a782
children
comparison
equal deleted inserted replaced
0:98086253a782 1:b52fa1df3bc4
2 <description>lists the chromosomal coordinates for targeted resequencing</description> 2 <description>lists the chromosomal coordinates for targeted resequencing</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="xrefs"/> 6 <expand macro="xrefs"/>
7 <expand macro="creators"/>
7 <expand macro="requirements"/> 8 <expand macro="requirements"/>
8 <command detect_errors="exit_code"><![CDATA[ 9 <command detect_errors="exit_code"><![CDATA[
9 ln -s '$targets_file' ./capture.bed && 10 ln -s '$targets_file' ./capture.bed &&
10 #if $access 11 #if $access
11 ln -s '$access' ./access.bed && 12 ln -s '$access' ./access.bed &&