Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Renamed option for sample definition file
  • Loading branch information
jenzopr committed Nov 19, 2015
1 parent 7dc9a05 commit 029036c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admire.xml
Expand Up @@ -62,7 +62,7 @@
<conditional name="c_def">
<param name="i_def" type="select" label="Choose mode for input files" help="ADMIRE can operate on a SampleSheet.csv together with compressed IDAT files or on a tabular sample definition file containing paths to single, uncompressed IDAT files.">
<option value="nodef" selected="true">Operate on compressed IDAT files and a SampleSheet.csv</option>
<option value="usedef">Try an ADMIRE example from the shared data library</option>
<option value="usedef">Operate on a tabular sample definition file (see documentation)</option>
</param>
<when value="nodef">
<param name="idat" type="text" label="Filename of compressed IDAT files" help="Upload compressed IDAT scanner files into your private FTP directory at ftp://bioinformatics.mpi-bn.mpg.de and provide the filename here. ADMIRE can handle .zip, .tar.gz, .tgz, .tar.bz2, .tbz2 and .tar.bzip2 compressed files." />
Expand Down

0 comments on commit 029036c

Please sign in to comment.