Mercurial > repos > petr-novak > repeatexplorer2_cerit
comparison repex_full_clustering.xml @ 7:919b0e127350 draft
Uploaded
author | petr-novak |
---|---|
date | Wed, 22 May 2024 11:48:16 +0000 |
parents | ed5a72d4693d |
children |
comparison
equal
deleted
inserted
replaced
6:ed5a72d4693d | 7:919b0e127350 |
---|---|
1 <tool id="repeatexplorer2" name="RepeatExplorer2 clustering: " version="2.3.8.1" > | 1 <tool id="repeatexplorer2" name="RepeatExplorer2 clustering: " version="2.3.8.2" > |
2 <stdio> | 2 <stdio> |
3 <regex match="lastdb: can't open file: NEAR" source="stderr" level="fatal" description="Version of last is too old, use ver 956 or higher\n" /> | 3 <regex match="lastdb: can't open file: NEAR" source="stderr" level="fatal" description="Version of last is too old, use ver 956 or higher\n" /> |
4 <regex match="Traceback" source="stderr" level="fatal" description="Unknown error" /> | 4 <regex match="Traceback" source="stderr" level="fatal" description="Unknown error" /> |
5 <regex match="error" source="stderr" level="fatal" description="Unknown error" /> | 5 <regex match="error" source="stderr" level="fatal" description="Unknown error" /> |
6 <regex match="Warning" source="stderr" level="warning" description="Unknown error" /> | 6 <regex match="Warning" source="stderr" level="warning" description="Unknown error" /> |
60 cat stdout.log >> ${log} ; | 60 cat stdout.log >> ${log} ; |
61 echo "STDERR CONTENT:" >> ${log}; | 61 echo "STDERR CONTENT:" >> ${log}; |
62 cat stderr.log >> ${log} && | 62 cat stderr.log >> ${log} && |
63 \${REPEX}/stderr_filter.py stderr.log && | 63 \${REPEX}/stderr_filter.py stderr.log && |
64 cd tarean_output && | 64 cd tarean_output && |
65 zip -r ${ReportArchive}.zip * && | 65 zip -fz -r ${ReportArchive}.zip * && |
66 mv ${ReportArchive}.zip ${ReportArchive} && | 66 mv ${ReportArchive}.zip ${ReportArchive} && |
67 cp index.html ${ReportFile} && | 67 cp index.html ${ReportFile} && |
68 mkdir ${ReportFile.files_path} && | 68 mkdir ${ReportFile.files_path} && |
69 cp -r --parents libdir ${ReportFile.files_path} && | 69 cp -r --parents libdir ${ReportFile.files_path} && |
70 cp -r --parents seqclust/clustering/superclusters ${ReportFile.files_path} && | 70 cp -r --parents seqclust/clustering/superclusters ${ReportFile.files_path} && |