comparison mut2sscs.xml @ 1:3556001ff2db draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/variant_analyzer commit 60dc8db809909edf44d662683b1f392b9d5964bf"
author iuc
date Wed, 04 Dec 2019 16:21:17 -0500
parents 8d29173d49a9
children 3f1dbd2c59bf
comparison
equal deleted inserted replaced
0:8d29173d49a9 1:3556001ff2db
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <tool id="mut2sscs" name="DCS mutations to SSCS stats:" version="1.0.0" profile="19.01"> 2 <tool id="mut2sscs" name="DCS mutations to SSCS stats:" version="1.0.1" profile="19.01">
3 <description>Extracts all tags from the single stranded consensus sequence (SSCS) bam file that carry a mutation at the same position a mutation is called in the duplex consensus sequence (DCS) and calculates their frequencies</description> 3 <description>Extracts all tags from the single stranded consensus sequence (SSCS) bam file that carry a mutation at the same position a mutation is called in the duplex consensus sequence (DCS) and calculates their frequencies</description>
4 <macros> 4 <macros>
5 <import>va_macros.xml</import> 5 <import>va_macros.xml</import>
6 </macros> 6 </macros>
7 <requirements> 7 <expand macro="requirements"/>
8 <requirement type="package" version="2.7">python</requirement>
9 <requirement type="package" version="1.4.0">matplotlib</requirement>
10 <requirement type="package" version="0.15">pysam</requirement>
11 </requirements>
12 <command><![CDATA[ 8 <command><![CDATA[
13 ln -s '$file2' bam_input.bam && 9 ln -s '$file2' bam_input.bam &&
14 ln -s '${file2.metadata.bam_index}' bam_input.bam.bai && 10 ln -s '${file2.metadata.bam_index}' bam_input.bam.bai &&
15 python '$__tool_directory__/mut2sscs.py' 11 python '$__tool_directory__/mut2sscs.py'
16 --mutFile '$file1' 12 --mutFile '$file1'