comparison graphprot_train_predict.xml @ 6:33b590aa07c1 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 902e994cb04db968ce797afa676f5fa6512ab6d3
author bgruening
date Tue, 06 Aug 2024 14:55:18 +0000
parents ddcf35a868b8
children
comparison
equal deleted inserted replaced
5:ddcf35a868b8 6:33b590aa07c1
1 <tool id="graphprot_predict_profile" name="GraphProt" version="1.1.7+galaxy1"> 1 <tool id="graphprot_predict_profile" name="GraphProt" version="1.1.7+galaxy2" profile="23.1">
2 <description>- Train models and predict RBP binding profiles</description> 2 <description>- Train models and predict RBP binding profiles</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="1.1.7">graphprot</requirement> 4 <requirement type="package" version="1.1.7">graphprot</requirement>
5 </requirements> 5 </requirements>
6
7 <command detect_errors="exit_code"><![CDATA[ 6 <command detect_errors="exit_code"><![CDATA[
8 #if $action_type.action_type_selector == 'train': 7 #if $action_type.action_type_selector == 'train':
9 python '$__tool_directory__/graphprot_train_wrapper.py' 8 python '$__tool_directory__/graphprot_train_wrapper.py'
10 --data-id GraphProt 9 --data-id GraphProt
11 --pos '$action_type.pos_fasta_file' 10 --pos '$action_type.pos_fasta_file'