2
|
1 <tool id="LINKYX_Y" name="LINKYX_Y" version="1.1">
|
0
|
2 <description>Identify Y linked contigs from cross</description>
|
|
3 <requirements>
|
|
4 <requirement type="set_environment">LINKYX_PATH</requirement>
|
|
5 <requirement type="set_environment">SAMTOOLS</requirement>
|
2
|
6 <requirement type="package" version="0.1.19">samtools-fpic</requirement>
|
|
7 <requirement type="package" version="1.6.922">bioperl</requirement>
|
0
|
8 </requirements>
|
|
9 <command interpreter="bash">LINKYX_identify_Y_linked_SNPs.sh $output $input1 $input2 $input3 $input4 $input5 $output1 $output2 $output3 $output4 $output5</command>
|
|
10 <inputs>
|
|
11 <param format="fasta" name="input1" type="data" label="Reference"/>
|
|
12 <param format="bam" name="input2" type="data" label="Mother - Binary alignment format"/>
|
|
13 <param format="bam" name="input3" type="data" label="Father - Binary alignment format"/>
|
|
14 <param format="bam" name="input4" type="data" label="Daughter - Binary alignment format"/>
|
|
15 <param format="bam" name="input5" type="data" label="Son - Binary alignment format"/>
|
|
16 </inputs>
|
|
17 <outputs>
|
|
18 <data format="txt" name="output" />
|
|
19 <data format="fasta" name="output1" label="Y_results_sequences.fasta" />
|
|
20 <data format="bam" name="output2" label="Mother male bam file - Y linked " />
|
|
21 <data format="bam" name="output3" label="Father male bam file - Y linked " />
|
|
22 <data format="bam" name="output4" label="Daughter male bam file - Y linked " />
|
|
23 <data format="bam" name="output5" label="Son bam male file - Y linked " />
|
|
24 </outputs>
|
|
25
|
|
26 <tests>
|
|
27 <test>
|
|
28 </test>
|
|
29 </tests>
|
|
30
|
|
31 <help>
|
|
32 This tool identifies Y linked contigs from cross (represented as 4 bam files mapped on male reference).
|
|
33 </help>
|
|
34
|
2
|
35 </tool>
|