Previous changeset 20:125a6afa800c (2015-01-26) Next changeset 22:ac357ec3e08e (2015-01-26) |
Commit message:
fix to napq |
modified:
csv2apml.xml napq.xml |
b |
diff -r 125a6afa800c -r 46f568202d46 csv2apml.xml --- a/csv2apml.xml Mon Jan 26 06:31:52 2015 +0100 +++ b/csv2apml.xml Mon Jan 26 06:45:09 2015 +0100 |
b |
@@ -1,4 +1,4 @@ -<tool name="Csv2Apml" id="csv2apml" version="1.0.2"> +<tool name="Csv2Apml" id="csv2apml" version="1.0.2"> <description>Converts MS/MS data in CSV format to APML format</description> <!-- For remote debugging start you listener on port 8000 and use the following as command interpreter: |
b |
diff -r 125a6afa800c -r 46f568202d46 napq.xml --- a/napq.xml Mon Jan 26 06:31:52 2015 +0100 +++ b/napq.xml Mon Jan 26 06:45:09 2015 +0100 |
b |
@@ -32,6 +32,7 @@ <!-- adding more characters to the set of "valid" ones: --> <valid> <add preset="string.printable"/> + <add value="#"/> <add value="#"/> <add value="@"/> <add value="$"/> |