# HG changeset patch # User tduigou # Date 1684851435 0 # Node ID be121e7d0c9d5bb3e2b4af68468b392815469326 # Parent 164ccfcd18ecbe8c25cf224ae51acfb2cf6e5236 planemo upload for repository https://github.com/brsynth/selenzy-wrapper commit 45a7c182f39c67507b05e39509b865a04ecdd1f9 diff -r 164ccfcd18ec -r be121e7d0c9d selenzy_wrapper.xml --- a/selenzy_wrapper.xml Mon May 01 01:34:12 2023 +0000 +++ b/selenzy_wrapper.xml Tue May 23 14:17:15 2023 +0000 @@ -12,7 +12,11 @@ --nb_targets '$adv.nb_targets' --d '$adv.direction' $adv.NoMSA - --host_taxID '$adv.host_taxID' + #if str($host_taxID_type_conditional.host_taxID_type) == "tsv": + --host_taxID `sed 1d ${host_taxID_type_conditional.host_taxID_file}` + #else: + --host_taxID '$host_taxID_type_conditional.host_taxID_int' + #end if #if str($adv.enzyme_taxIDs) != "": --enzyme_taxIDs '$adv.enzyme_taxIDs' #end if @@ -22,8 +26,19 @@ ]]> + + + + + + + + + + + +
-