Mercurial > repos > mheinzl > fsd
changeset 3:648d5df50ca8 draft
planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/fsd commit 86722bdca280f0bbe6b2a9342734edcb484ca789
author | mheinzl |
---|---|
date | Wed, 09 May 2018 09:01:18 -0400 |
parents | a4ad1ebc4b32 |
children | 5bae51dc7fa1 |
files | fsd.py fsd.xml |
diffstat | 2 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/fsd.py Wed May 09 07:19:20 2018 -0400 +++ b/fsd.py Wed May 09 09:01:18 2018 -0400 @@ -21,7 +21,6 @@ import sys import os import re -from Cheetah.Template import Template def readFileReferenceFree(file): with open(file, 'r') as dest_f:
--- a/fsd.xml Wed May 09 07:19:20 2018 -0400 +++ b/fsd.xml Wed May 09 09:01:18 2018 -0400 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<tool id="fsd" name="Duplex Sequencing Analysis:" version="0.0.3"> +<tool id="fsd" name="Duplex Sequencing Analysis:" version="0.0.4"> <description>Family size distribution (FSD) of tags</description> <requirements> <requirement type="package" version="1.4">matplotlib</requirement> @@ -76,7 +76,7 @@ @misc{duplex, author = {Heinzl, Monika}, year = {2018}, - title = {Duplex Sequencing data analysis} + title = {Development of algorithms for the analysis of duplex sequencing data} } </citation> </citations>