Mercurial > repos > trinity_ctat > gmap_fusion
comparison gmap_fusion.xml @ 0:cedd4953aefe draft
Adding gmap_fusion tool.
| author | trinity_ctat |
|---|---|
| date | Mon, 22 Jan 2018 16:11:13 -0500 |
| parents | |
| children | c4f6e9bc1d5d |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:cedd4953aefe |
|---|---|
| 1 <tool id="gmap-fusion" name="GMAP-fusion" version="1.0.0" profile="17.05"> | |
| 2 <description>Fusion-finding Using De novo RNA-Seq Transcript Assemblies</description> | |
| 3 <requirements> | |
| 4 <requirement type="package" version="0.1.2">gmap-fusion</requirement> | |
| 5 </requirements> | |
| 6 <command detect_errors="default"> | |
| 7 GMAP-fusion | |
| 8 -T $assembled_trans | |
| 9 --left_fq $left_input | |
| 10 --right_fq $right_input | |
| 11 --genome_lib_dir "${genome_ref_lib.fields.path}" | |
| 12 --output "subdir" | |
| 13 </command> | |
| 14 <stdio> | |
| 15 <exit_code range="1:" level="fatal" description="Error returned from pipeline" /> | |
| 16 </stdio> | |
| 17 <regex match="Must investigate error above." | |
| 18 source="stderr" | |
| 19 level="fatal" | |
| 20 description="Unknown error encountered" /> | |
| 21 <inputs> | |
| 22 <param format="fasta" name="assembled_trans" type="data" label="Assembled Transcripts (ie. Trinity or DISCASM output)" help="Trinity or DISCASM generated transcript fasta"/> | |
| 23 <param format="fastq" name="left_input" type="data" label="Left/Forward strand reads" help="Forward strand reads"/> | |
| 24 <param format="fastq" name="right_input" type="data" label="Right/Reverse strand reads" help="Reverse strand reads"/> | |
| 25 <param name="genome_ref_lib" type="select" label="Select a reference genome"> | |
| 26 <options from_data_table="ctat_genome_ref_libs"> | |
| 27 <filter type="sort_by" column="2" /> | |
| 28 <validator type="no_options" message="No indexes are available" /> | |
| 29 </options> | |
| 30 </param> | |
| 31 </inputs> | |
| 32 <outputs> | |
| 33 <data format="tabular" name="gmapfusion_candidates" label="${tool.name} on ${on_string}: GMAP-fusion candidates" from_work_dir="subdir/GMAP-fusion.final"/> | |
| 34 </outputs> | |
| 35 | |
| 36 <tests> | |
| 37 <test> | |
| 38 <param name="left_input" value="GMAP/reads_1.fq.gz" /> | |
| 39 <param name="right_input" value="GMAP/reads_2.fq.gz" /> | |
| 40 <param name="assembled_trans" value="GMAP/transcripts.fa" /> | |
| 41 <output name="gmapfusion_candidates" file="GMAP/fusion.reads_1_2.final" /> | |
| 42 </test> | |
| 43 </tests> | |
| 44 | |
| 45 <help> | |
| 46 .. class:: infomark | |
| 47 | |
| 48 GMAP-fusion is a utility for identifying candidate fusion transcripts based on transcript sequences reconstructed via RNA-Seq de novo transcriptome assembly. Please read more here_. | |
| 49 | |
| 50 .. _here: https://github.com/GMAP-fusion/GMAP-fusion/wiki | |
| 51 </help> | |
| 52 </tool> |
