Mercurial > repos > rnateam > chipseeker
comparison chipseeker.xml @ 7:e23396bf7bdb draft default tip
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/chipseeker commit d30c91c3b4f71ec45b72976f7c2f08ea7df1e376-dirty"
| author | rnateam |
|---|---|
| date | Fri, 27 Aug 2021 10:50:18 +0000 |
| parents | 7da70e9119b2 |
| children |
comparison
equal
deleted
inserted
replaced
| 6:7da70e9119b2 | 7:e23396bf7bdb |
|---|---|
| 1 <tool id="chipseeker" name="ChIPseeker" version="1.18.0+galaxy1"> | 1 <tool id="chipseeker" name="ChIPseeker" version="1.28.3+galaxy0"> |
| 2 <description>for ChIP peak annotation and visualization</description> | 2 <description>for ChIP peak annotation and visualization</description> |
| 3 <requirements> | 3 <requirements> |
| 4 <requirement type="package" version="1.18.0">bioconductor-chipseeker</requirement> | 4 <requirement type="package" version="1.28.3">bioconductor-chipseeker</requirement> |
| 5 <requirement type="package" version="1.6.1">r-optparse</requirement> | 5 <requirement type="package" version="1.6.6">r-optparse</requirement> |
| 6 </requirements> | 6 </requirements> |
| 7 <version_command><![CDATA[ | 7 <version_command><![CDATA[ |
| 8 echo $(R --version | grep version | grep -v GNU)", ChIPseeker version" $(R --vanilla --slave -e "library(ChIPseeker); cat(sessionInfo()\$otherPkgs\$ChIPseeker\$Version)" 2> /dev/null | grep -v -i "WARNING: ")", optparse version" $(R --vanilla --slave -e "library(optparse); cat(sessionInfo()\$otherPkgs\$optparse\$Version)" 2> /dev/null | grep -v -i "WARNING: ") | 8 echo $(R --version | grep version | grep -v GNU)", ChIPseeker version" $(R --vanilla --slave -e "library(ChIPseeker); cat(sessionInfo()\$otherPkgs\$ChIPseeker\$Version)" 2> /dev/null | grep -v -i "WARNING: ")", optparse version" $(R --vanilla --slave -e "library(optparse); cat(sessionInfo()\$otherPkgs\$optparse\$Version)" 2> /dev/null | grep -v -i "WARNING: ") |
| 9 ]]></version_command> | 9 ]]></version_command> |
| 10 <command detect_errors="exit_code"><