Previous changeset 16:74f5d355d156 (2022-07-22) Next changeset 18:163452d1e255 (2022-11-13) |
Commit message:
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant commit cda481171e25f6f18c090ae491e9fb68589ffae8 |
modified:
macros.xml maxquant.xml maxquant_mqpar.xml |
b |
diff -r 74f5d355d156 -r 1f39c833f65f macros.xml --- a/macros.xml Fri Jul 22 07:10:28 2022 +0000 +++ b/macros.xml Mon Jul 25 17:37:01 2022 +0000 |
b |
@@ -96,6 +96,13 @@ <requirement type="package" version="1.32">tar</requirement> </requirements> </xml> + <xml name="required_files"> + <required_files> + <include path="create_mqpar.py" /> + <include path="modify_mqpar.py" /> + <include path="mqparam.py" /> + </required_files> + </xml> <xml name="ptxqc"> <configfile name="qr_yaml"> PTXQC: |
b |
diff -r 74f5d355d156 -r 1f39c833f65f maxquant.xml --- a/maxquant.xml Fri Jul 22 07:10:28 2022 +0000 +++ b/maxquant.xml Mon Jul 25 17:37:01 2022 +0000 |
[ |
@@ -13,6 +13,7 @@ <import>macros.xml</import> </macros> <expand macro="requirements"/> + <expand macro="required_files"/> <command detect_errors="exit_code"><![CDATA[ #import re maxquant -c mqpar.xml 2>/dev/null ## MQ writes success of creation to stderr |
b |
diff -r 74f5d355d156 -r 1f39c833f65f maxquant_mqpar.xml --- a/maxquant_mqpar.xml Fri Jul 22 07:10:28 2022 +0000 +++ b/maxquant_mqpar.xml Mon Jul 25 17:37:01 2022 +0000 |
[ |
@@ -13,6 +13,7 @@ <import>macros.xml</import> </macros> <expand macro="requirements"/> + <expand macro="required_files"/> <command detect_errors="exit_code"><![CDATA[ ## link galaxy datasets to filenames accepted by maxquant #import re |