Mercurial > repos > dktanwar > test
view 02_read_counts_tss/countsAroundTSS.xml @ 2:86c0309e6a5f draft default tip
Deleted selected files
author | dktanwar |
---|---|
date | Tue, 12 Sep 2017 14:12:35 -0400 |
parents | a108d4a59736 |
children |
line wrap: on
line source
<tool id="countsAroundTSS" name="None" version="0.1.0"> <requirements> </requirements> <command detect_errors="exit_code"><![CDATA[ Rscript countsAroundTSS.R --input $mm10 --input $500 --input $500 --input $transcripts_mm10_UCSC --output $ENCFF027UTM ]]></command> <inputs> <param type="data" name="mm10" format="" /> <param type="data" name="500" format="" /> <param type="data" name="500" format="" /> <param type="data" name="transcripts_mm10_UCSC" format="sqlite" /> </inputs> <outputs> <data name="ENCFF027UTM" format="txt" /> </outputs> <help><![CDATA[ TODO: Fill in help. ]]></help> <citations> <citation type="bibtex"> @misc{renameTODO, author = {LastTODO, FirstTODO}, year = {TODO}, title = {TODO}, url = {https://www.cyberciti.biz/faq/list-the-contents-of-a-tar-or-targz-file/}, }</citation> </citations> </tool>