Mercurial > repos > jshay > hitsandclusters
comparison countandcluster/countandcluster.xml @ 1:1a2a9b1cfd93 draft default tip
Uploaded
author | jshay |
---|---|
date | Tue, 20 Aug 2019 11:23:10 -0400 |
parents | c516cb51d12c |
children |
comparison
equal
deleted
inserted
replaced
0:c516cb51d12c | 1:1a2a9b1cfd93 |
---|---|
1 <tool id="hitsandclusters" name="Count hits per gene and cluster" version="0.1.0"> | 1 <tool id="hitsandclusters" name="Count hits per gene and cluster" version="0.1.1"> |
2 <description> given a bam file and list with clusters.</description> | |
2 <requirements> | 3 <requirements> |
3 <requirement type="package" version="3.6.7">python</requirement> | 4 <requirement type="package" version="3.6.7">python</requirement> |
4 <requirement type="package" version="0.15.2">pysam</requirement> | 5 <requirement type="package" version="0.15.2">pysam</requirement> |
5 <requirement type="package" version="0.24.1">pandas</requirement> | 6 <requirement type="package" version="0.24.1">pandas</requirement> |
6 <requirement type="package" version="1.15.4">numpy</requirement> | 7 <requirement type="package" version="1.15.4">numpy</requirement> |
40 | 41 |
41 ]]></help> | 42 ]]></help> |
42 <citations> | 43 <citations> |
43 <citation type="bibtex"> | 44 <citation type="bibtex"> |
44 @misc{githubhitsandclusters, | 45 @misc{githubhitsandclusters, |
45 author = {LastTODO, FirstTODO}, | 46 author = {Shay, Julie}, |
46 year = {TODO}, | 47 year = {2019}, |
47 title = {hitsandclusters}, | 48 title = {hitsandclusters}, |
48 publisher = {GitHub}, | 49 publisher = {GitHub}, |
49 journal = {GitHub repository}, | 50 journal = {GitHub repository}, |
50 url = {https://github.com/jashay90/galaxytools}, | 51 url = {https://github.com/jashay90/galaxytools}, |
51 }</citation> | 52 }</citation> |