Mercurial > repos > iuc > bbtools_callvariants
comparison callvariants.xml @ 9:66b138a2e74c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bbtools commit e6a741fc2fe38e91a310e9c29467c814a2d34cac
author | iuc |
---|---|
date | Sat, 18 May 2024 19:13:20 +0000 |
parents | 8eace8923202 |
children | 7e041c120b96 |
comparison
equal
deleted
inserted
replaced
8:df9743790176 | 9:66b138a2e74c |
---|---|
1 <tool id="bbtools_callvariants" name="BBTools: call variants" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> | 1 <tool id="bbtools_callvariants" name="BBTools: call variants" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 <description>in aligned Bam files</description> | 2 <description>in aligned Bam files</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="bio.tools"/> | |
6 <expand macro="requirements"/> | 7 <expand macro="requirements"/> |
7 <command detect_errors="exit_code"><![CDATA[ | 8 <command detect_errors="exit_code"><![CDATA[ |
8 #import os | 9 #import os |
9 | 10 |
10 #if str($ref_source_cond.ref_source) == 'cached' | 11 #if str($ref_source_cond.ref_source) == 'cached' |