Mercurial > repos > ethevenot > qualitymetrics
comparison qualitymetrics_config.xml @ 1:6d3b7b6573d8 draft
planemo upload for repository https://github.com/workflow4metabolomics/qualitymetrics.git commit 60328240b89497f9dc7633b10b2a550b10da00c7
author | ethevenot |
---|---|
date | Fri, 21 Oct 2016 12:56:22 -0400 |
parents | b4f5b5bc01dd |
children | 596320b84315 |
comparison
equal
deleted
inserted
replaced
0:b4f5b5bc01dd | 1:6d3b7b6573d8 |
---|---|
1 <tool id="quality_metrics" name="Quality Metrics" version="2.2.4"> | 1 <tool id="quality_metrics" name="Quality Metrics" version="2.2.6"> |
2 <description>Metrics and graphics to check the quality of the data</description> | 2 <description>Metrics and graphics to check the quality of the data</description> |
3 | 3 |
4 <requirements> | 4 <requirements> |
5 <requirement type="package" version="3.2.2">R</requirement> | 5 <requirement type="package" version="3.3.1">R</requirement> |
6 <requirement type="package">r-batch</requirement> | 6 <requirement type="package">r-batch</requirement> |
7 <requirement type="package" version="1.4.2">bioconductor-ropls</requirement> | 7 <requirement type="package">bioconductor-ropls</requirement> |
8 </requirements> | 8 </requirements> |
9 | 9 |
10 <stdio> | 10 <stdio> |
11 <exit_code range="1:" level="fatal" /> | 11 <exit_code range="1:" level="fatal" /> |
12 </stdio> | 12 </stdio> |
249 | 249 |
250 ---- | 250 ---- |
251 NEWS | 251 NEWS |
252 ---- | 252 ---- |
253 | 253 |
254 CHANGES IN VERSION 2.2.6 | |
255 ======================== | |
256 MINOR MODIFICATION | |
257 | |
258 Graphic: pool_CV inferior to 30%: pools with a NaN value are now counted as having a superior to 30% value (to avoid generating an NA metric value) | |
259 | |
254 CHANGES IN VERSION 2.2.4 | 260 CHANGES IN VERSION 2.2.4 |
255 ======================== | 261 ======================== |
256 | 262 |
257 Additional running and installation tests added with planemo, conda, and travis | 263 Additional running and installation tests added with planemo, conda, and travis |
258 | 264 |