Mercurial > repos > galaxyp > maxquant
diff README.md @ 0:4ce8694766e3 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant commit ab4e4f1817080cbe8a031a82cb180610ff140847
| author | galaxyp |
|---|---|
| date | Fri, 19 Jul 2019 19:13:15 -0400 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Fri Jul 19 19:13:15 2019 -0400 @@ -0,0 +1,27 @@ +GalaxyP - MaxQuant +================== + +* Home: <https://github.com/galaxyproteomics/tools-galaxyp/> +* Tool ID: `maxquant` +* Tool Type: `default` + + +Description +----------- + +Wrapper for the MaxQuant version available in conda. + + +Updating +-------- + +MaxQuant often changes the layout of its parameters file. +So changes to the code are likely to be necessary when +updating to a new version of MaxQuant. The init.py script +can be used to initialize the tool with a new list of +modifications or enzymes. From the tool dir run: + +./init.py -m MODIFICATIONS.XML -e ENZYMES.XML + +The location of these xml files usually is: +ANACONDA_DIR/bin/conf/ \ No newline at end of file
