Mercurial > repos > mheinzl > fsd_bvsa
comparison fsd_beforevsafter.xml @ 11:fca9b000b8d8 draft
planemo upload for repository https://github.com/monikaheinzl/duplexanalysis_galaxy/tree/master/tools/fsd_beforevsafter commit 82b53a26581a2296ad272bbba1e80934864dfa58
author | mheinzl |
---|---|
date | Mon, 26 Nov 2018 04:38:21 -0500 |
parents | e80557c091e9 |
children | 44a46b61aead |
comparison
equal
deleted
inserted
replaced
10:e80557c091e9 | 11:fca9b000b8d8 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <tool id="fsd_beforevsafter" name="FSD Before/After" version="1.0.1"> | 2 <tool id="fsd_beforevsafter" name="FSD Before/After" version="1.0.1"> |
3 <description>: Family Size Distribution of duplex sequecning tags during DuNovo analysis</description> | 3 <description>: Family Size Distribution of duplex sequecning tags during DuNovo analysis</description> |
4 <macros> | |
5 <import>fsd_reg_macros.xml</import> | |
6 </macros> | |
7 <requirements> | 4 <requirements> |
8 <!-- galaxy version 16.04 --> | 5 <!-- galaxy version 16.04 --> |
9 <requirement type="package" version="2.7">python</requirement> | 6 <requirement type="package" version="2.7">python</requirement> |
10 <requirement type="package" version="1.4">matplotlib</requirement> | 7 <requirement type="package" version="1.4">matplotlib</requirement> |
11 <requirement type="package" version="1.71">biopython</requirement> | 8 <requirement type="package" version="1.71">biopython</requirement> |
63 | 60 |
64 **Output** | 61 **Output** |
65 | 62 |
66 The output is a PDF file with the plot and a tabular file with the data of the plot. | 63 The output is a PDF file with the plot and a tabular file with the data of the plot. |
67 | 64 |
68 @author@ | 65 **About Author** |
69 | 66 |
70 ]]> | 67 Author: Monika Heinzl |
68 | |
69 Department: Institute of Bioinformatics, Johannes Kepler University Linz, Austria | |
70 | |
71 Contact: monika.heinzl@edumail.at | |
72 | |
73 ]]> | |
74 | |
71 </help> | 75 </help> |
72 <expand macro="@citation@" /> | 76 <citations> |
77 <citation type="bibtex"> | |
78 @misc{duplex, | |
79 author = {Heinzl, Monika}, | |
80 year = {2018}, | |
81 title = {Development of algorithms for the analysis of duplex sequencing data} | |
82 } | |
83 </citation> | |
84 </citations> | |
73 </tool> | 85 </tool> |