annotate data_manager/add_ctat_ref_lib.xml @ 6:9f878756c679 draft

Uploaded
author trinity_ctat
date Tue, 12 Dec 2017 15:29:45 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
1 <tool id="ctat_genome_ref_lib_data_manager"
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
2 name="CTAT Genome Reference Library Data Manager"
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
3 version="1.0.0" tool_type="manage_data">
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
4 <description>Retrieve, and/or Specify the location of, a CTAT Genome Reference Library.
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
5 </description>
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
6 <requirements>
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
7 <requirement type="package" version="2.7">python</requirement>
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
8 </requirements>
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
9 <command detect_errors="default">
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
10 <![CDATA[
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
11 echo "Current directory and contents" && $(pwd) && ls -la * &&
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
12 echo "Tool directory and contents are" && echo "$__tool_directory__" && ls -la "$__tool_directory__/*" &&
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
13 python add_ctat_ref_lib.py ${download}
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
14 --ref_genome "${genome_name}"
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
15 --destination_path "${destination}"
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
16 -o "${out_file}"
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
17 ]]>
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
18 </command>
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
19 <inputs>
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
20 <param name="download" type="boolean" checked="false"
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
21 truevalue="--download" falsevalue="" label="Need to Download? (yes/no)" />
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
22 <param name="genome_name" type="text" label="Reference Genome name" />
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
23 <param name="destination" type="text" label="Local Destination (full path)" />
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
24 </inputs>
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
25 <outputs>
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
26 <data name="out_file" format="data_manager_json" />
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
27 </outputs>
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
28 <help>
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
29 Retrieve, and/or specify the location of, a CTAT Genome Reference Library.
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
30 When download is true, the file retrieved and processed is https://data.broadinstitute.org/Trinity/CTAT_RESOURCE_LIB/GRCh38_gencode_v26_CTAT_lib_Nov012017.plug-n-play.tar.gz.
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
31 Specify the Full Path of the location where the CTAT Reference Library should be placed.
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
32 You will need approximately 30GB of space for this library.
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
33 If you already have the library, specify the full path of the location where it exists and leave the download box unchecked.
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
34 The Reference Genome name may be left empty if downloading. The name will be used as the selector text of the entry in the data table.
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
35 For more information on CTAT Genome Reference Libraries, see <a http="https://github.com/FusionFilter/FusionFilter/wiki">FusionFilter</a>
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
36 </help>
9f878756c679 Uploaded
trinity_ctat
parents:
diff changeset
37 </tool>