Mercurial > repos > pieterlukasse > prims_proteomics
comparison napq.xml @ 22:ac357ec3e08e
fix
author | pieter.lukasse@wur.nl |
---|---|
date | Mon, 26 Jan 2015 06:50:39 +0100 |
parents | 46f568202d46 |
children | b1f68fcb7d99 |
comparison
equal
deleted
inserted
replaced
21:46f568202d46 | 22:ac357ec3e08e |
---|---|
29 help="Add the CSV list of codes that occur in the file names | 29 help="Add the CSV list of codes that occur in the file names |
30 and that stand for a sample code. E.g. '_S1,_S2,_S3,etc.' "> <!-- could do regular expressions as well but this would be hard for biologists, e.g. _F\d\b --> | 30 and that stand for a sample code. E.g. '_S1,_S2,_S3,etc.' "> <!-- could do regular expressions as well but this would be hard for biologists, e.g. _F\d\b --> |
31 <sanitizer> | 31 <sanitizer> |
32 <!-- adding more characters to the set of "valid" ones: --> | 32 <!-- adding more characters to the set of "valid" ones: --> |
33 <valid> | 33 <valid> |
34 <add preset="string.printable"/> | |
35 <add value="#"/> | |
36 <add value="#"/> | 34 <add value="#"/> |
37 <add value="@"/> | 35 <add value="@"/> |
38 <add value="$"/> | 36 <add value="$"/> |
39 <add value="%"/> | 37 <add value="%"/> |
40 <add value="&"/> | 38 <add value="&"/> |