Skip to content

Commit

Permalink
Remove tool module related annotation input parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 21, 2017
1 parent b91680a commit e13958f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions client/galaxy/scripts/mvc/tool/tool-form-workflow.js
Expand Up @@ -74,14 +74,6 @@ define( [ 'utils/utils', 'mvc/tool/tool-form-base' ],
_makeSections: function( options ){
var inputs = options.inputs;
var datatypes = options.datatypes;
inputs.push({
label : 'Annotation / Notes',
name : '__annotation',
type : 'text',
area : true,
help : 'Add an annotation or note for this step. It will be shown with the workflow.',
value : this.node.annotation
});
var output_id = this.node.output_terminals && Object.keys( this.node.output_terminals )[ 0 ];
if ( output_id ) {
inputs.push({
Expand Down
2 changes: 1 addition & 1 deletion static/maps/mvc/tool/tool-form-workflow.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e13958f

Please sign in to comment.