Mercurial > repos > iuc > fastreer_vcf2tree
annotate fastreer_vcf2tree.xml @ 0:5ea9b32aaef6 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
| author | iuc |
|---|---|
| date | Mon, 03 Nov 2025 09:28:03 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
1 <tool id="fastreer_vcf2tree" name="VCF2TREE" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
2 <description>Newick tree from VCF files</description> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
3 <macros> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
5 </macros> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
7 <expand macro="version_command"/> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
9 fastreeR VCF2TREE |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
10 #for $f in $input_vcfs: |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
11 -i '$f' |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
12 #end for |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
13 -o '$output' |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
14 -b $bootstraps |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
15 --threads \${GALAXY_SLOTS:-1} |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
16 --verbose |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
17 ]]></command> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
18 <inputs> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
19 <param name="input_vcfs" type="data" format="vcf,vcf_bgzip" multiple="true" label="VCF input files" help="VCF input files"/> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
20 <param name="bootstraps" type="integer" min="0" value="0" label="Number of bootstrap replicates" help="Number of bootstrap replicates"/> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
21 </inputs> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
22 <outputs> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
23 <data name="output" format="newick" label="Output Tree"/> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
24 </outputs> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
25 <tests> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
26 <test> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
27 <param name="input_vcfs" value="test.vcf"/> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
28 <param name="bootstraps" value="0"/> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
29 <output name="output" file="expected.vcf.nwk"/> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
30 </test> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
31 </tests> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
32 <help><![CDATA[ |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
33 Computes a phylogenetic tree from one or more VCF files using neighbor-joining. |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
34 Optional parameter for bootsrapping support calculation. |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
35 ]]></help> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
36 <expand macro="citations"/> |
|
5ea9b32aaef6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastreer commit 6e38d3e17b87a9e9804bd90fa2dba708c2361a0b
iuc
parents:
diff
changeset
|
37 </tool> |
