Previous changeset 72:5cda2c8d0316 (2019-05-10) Next changeset 74:53aaf097238c (2019-05-16) |
Commit message:
Uploaded |
modified:
minfi_getsnp.xml |
b |
diff -r 5cda2c8d0316 -r 4caf1f2a4a65 minfi_getsnp.xml --- a/minfi_getsnp.xml Fri May 10 06:43:46 2019 -0400 +++ b/minfi_getsnp.xml Fri May 10 06:44:02 2019 -0400 |
b |
@@ -1,4 +1,4 @@ -<tool id="minfi_getsnp" name="Minfi Get SNP" version="@MINFI_VERSION@"> +<tool id="minfi_getsnp" name="Minfi Get SNPs" version="@MINFI_VERSION@"> <description>retrieve the chromosome and the position of each SNP</description> <macros> <import>macros.xml</import> @@ -24,7 +24,7 @@ </configfile> </configfiles> <inputs> - <param type="data" name="grset" format="rdata" label="Genomic Ratio Set" help="This class holds preprocessed data for Illumina methylation microarrays, mapped to a genomic + <param type="data" name="grset" format="rdata" label="Data Mapped To The Genome" help="This class (GenomicRatioSet) holds preprocessed data for Illumina methylation microarrays, mapped to a genomic location."/> </inputs> <outputs> |