0
|
1 <tool id="hubArchiveCreator" name="Hub Archive Creator" version="1.6.0">
|
|
2 <description>
|
|
3 This Galaxy tool permits to prepare your files to be ready for
|
|
4 Assembly Hub visualization.
|
|
5 </description>
|
|
6 <command><![CDATA[
|
|
7 mkdir -p $output.files_path &&
|
|
8 python $__tool_directory__/hubArchiveCreator.py -g $GFF3_Track -f $Fasta_File -d $__tool_directory__ -e $output.files_path -o $output;
|
|
9 ]]></command>
|
|
10 <inputs>
|
|
11 <param
|
|
12 format="gff3"
|
|
13 name="GFF3_Track"
|
|
14 type="data"
|
|
15 label="GFF3 track to display" />
|
|
16
|
|
17 <param
|
|
18 format="fasta"
|
|
19 name="Fasta_File"
|
|
20 type="data"
|
|
21 label="Fasta track to process" />
|
|
22 </inputs>
|
|
23 <outputs>
|
|
24 <data format="huba" name="output" />
|
|
25 </outputs>
|
|
26 <stdio>
|
|
27 <regex match="^pass1"
|
|
28 source="stderr"
|
|
29 level="log"
|
|
30 description="bedToBigBed" />
|
|
31 <!-- TODO: Add the case pass1 and 0 chroms -->
|
|
32 <!-- TODO: Add the case pass2 and 0 records or 0 fields -->
|
|
33 </stdio>
|
|
34
|
|
35 <help>
|
|
36 This Galaxy tool permits to prepare your files to be ready for
|
|
37 Assembly Hub visualization.
|
|
38 </help>
|
|
39 </tool>
|