It sounds like it could be this issue?:

https://github.com/galaxyproject/planemo/issues/530

If so, the good news is there is a workaround (see issue discussion).

Peter

On Wed, Jan 17, 2018 at 4:24 PM, Olivier Inizan <[email protected]> wrote:
> Dear list,
>
> I am trying to write a test with a param type "select" and options
> "from_file".
> I have the following param section in the wrapper:
>
> <!-- Database Choice -->
> <param name="ref_file" type="select" label="Using reference database"
> help="Select reference from the list">
>         <options from_file="frogs_db.loc">
>                 <column name="name" index="0"/>
>                 <column name="value" index="1"/>
>         </options>
> </param>
>
>
> And I  wrote the following test section:
> <test>
>         ...
>         <param name="ref_file" value="db.fasta"/>
> </test>
>
> The planemo test command failed with the following message:
> RunToolException: Error creating a job for these tool inputs - Parameter
> ref_file requires a value, but has no legal values defined.
>
> Looking at the planemo documentation I saw the entry "test index (.loc)
> data":
> http://planemo.readthedocs.io/en/latest/writing_how_do_i.html#test-index-loc-data
> but it seems to work with <options from_data_table>.
>
> Have you any test example working with <options from_file> ?
>
> Thanks for your help.
>
> Olivier
>
>
> Olivier INIZAN
> [email protected]
> Unité Mathématiques & Informatique Appliquées du Génome à l'Environnement
> Plateforme bioinformatique Migale
> Bâtiment 233
> Domaine de Vilvert
> 78352 Jouy-en-Josas
>
>
> ___________________________________________________________
> Please keep all replies on the list by using "reply all"
> in your mail client.  To manage your subscriptions to this
> and other Galaxy lists, please use the interface at:
>   https://lists.galaxyproject.org/
>
> To search Galaxy mailing lists use the unified search at:
>   http://galaxyproject.org/search/
___________________________________________________________
Please keep all replies on the list by using "reply all"
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:
  https://lists.galaxyproject.org/

To search Galaxy mailing lists use the unified search at:
  http://galaxyproject.org/search/

Reply via email to