commit/galaxy-central: guerler: Modify bowtie error handler
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/d3d4210d0abe/ Changeset: d3d4210d0abe User: guerler Date: 2013-10-16 17:03:51 Summary: Modify bowtie error handler Affected #: 3 files diff -r 940a310179c4ad9cfe7dabae2ac71402608a636a -r d3d4210d0abee42c4c7cb8d66b8a325f340899c1 static/style/blue/base.css --- a/static/style/blue/base.css +++ b/static/style/blue/base.css @@ -1129,7 +1129,7 @@ .upload-box .table th{text-align:center;white-space:nowrap} .upload-box .table td{margin:0px;paddign:0px} .upload-box .title{width:130px;word-wrap:break-word;font-size:11px} -.upload-box .text{position:absolute;display:none}.upload-box .text .text-content{font-size:11px;width:100%;height:50px;resize:none;background:inherit} +.upload-box .text{position:absolute;display:none}.upload-box .text .text-content{font-size:11px;width:100%;height:50px;resize:none;background:inherit;color:#000} .upload-box .text .text-info{font-size:11px;color:#999} .upload-box .extension{width:100px;font-size:11px} .upload-box .genome{width:150px;font-size:11px} diff -r 940a310179c4ad9cfe7dabae2ac71402608a636a -r d3d4210d0abee42c4c7cb8d66b8a325f340899c1 static/style/src/less/upload.less --- a/static/style/src/less/upload.less +++ b/static/style/src/less/upload.less @@ -45,10 +45,11 @@ .text-content { font-size : @font-size-small; - width : 100%; - height : 50px; - resize : none; - background : inherit; + width: 100%; + height: 50px; + resize: none; + background: inherit; + color: @black; } .text-info { diff -r 940a310179c4ad9cfe7dabae2ac71402608a636a -r d3d4210d0abee42c4c7cb8d66b8a325f340899c1 tools/sr_mapping/bowtie2_wrapper.xml --- a/tools/sr_mapping/bowtie2_wrapper.xml +++ b/tools/sr_mapping/bowtie2_wrapper.xml @@ -109,7 +109,7 @@ <!-- basic error handling --><stdio> - <regex match="Exception" source="stderr" level="fatal" description="Tool exception"/> + <exit_code range="1:" level="fatal" description="Tool exception" /></stdio><inputs> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org