Mercurial > repos > iuc > dram_neighborhoods
comparison dram_neighborhoods.xml @ 2:669459119c20 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dram commit a5e28ac40a63a269100ddec5629aee5256ce00ef
author | iuc |
---|---|
date | Fri, 09 Feb 2024 21:36:37 +0000 |
parents | d1f8d32bbe3b |
children | 877bdba8fc5d |
comparison
equal
deleted
inserted
replaced
1:d1f8d32bbe3b | 2:669459119c20 |
---|---|
1 <tool id="dram_neighborhoods" name="DRAM find neighborhoods" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> | 1 <tool id="dram_neighborhoods" name="DRAM find neighborhoods" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> |
2 <description>around genes of interest</description> | 2 <description>around genes of interest</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 DRAM.py neighborhoods | 9 DRAM.py neighborhoods |
9 --input_file '$input_file' | 10 --input_file '$input_file' |
10 --output_dir 'output_dir' | 11 --output_dir 'output_dir' |