# HG changeset patch # User galaxyp # Date 1591212773 14400 # Node ID ea0a1d50c83fc9a42f4a1a978485db935d1c563f # Parent d253b379322b325be639e37b8db311a4444c604c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant commit 72cbf6fcc4930abe5da8e895a2b35951a63e881a" diff -r d253b379322b -r ea0a1d50c83f maxquant.xml --- a/maxquant.xml Mon Jun 01 11:51:25 2020 -0400 +++ b/maxquant.xml Wed Jun 03 15:32:53 2020 -0400 @@ -1,4 +1,4 @@ - + @@ -240,7 +240,7 @@ type="data" label="FASTA files" help="Specify one or more FASTA databases."/> + label="identifier parse rule" value=">([^\s]*)"> @@ -248,7 +248,7 @@ @@ -636,6 +636,8 @@ + + @@ -687,7 +689,25 @@ - Thermo raw, mzML, mzXMLfiles (in parameter group section) - The datatype of all files has to be either 'thermo.raw', 'mzML' or 'mzXML'. Make sure to specify the correct datatype either during upload to Galaxy or afterwards (edit attributes --> datatypes) -- Fasta file: specify parse rules accordingly, default rules are compatible with uniprot +- Fasta file: specify parse rules according to your fasta file (header). Some examples for different fasta headers: + + :: + + identifier parse rule description parse rule + + Uniprot identifier >.*\|(.*)\| >.*\|.*\|[^ ]+ (.*) OS + + NCBI accession >(gi\|[0-9]*) + + IPI accession >IPI:([^\| .]*) + + Everything after '>' >(.*) + + Up to first space >([^ ]*) + + Up to first tab character >([^\t]*) + + - Optional files: - Tabular file with experimental design template: @@ -730,7 +750,7 @@ **Output files** -Different output file options are available, most of them are part of the MaxQuant txt directory. +Different output file options are available, most of them are part of the MaxQuant txt directory. ]]>