Question: data_manager_gatk_picard_index_builder.py getting parameter names served incorrectly
0
gravatar for anders.dannesboe
3.6 years ago by
Denmark
anders.dannesboe0 wrote:

Hi

I was trying to use the data_manager_gatk_picard_index_builder.py and it kept on reporting an error.

Here is the Job Commandline:

python /data/galaxy/shed_tools/toolshed.g2.bx.psu.edu/repos/devteam/data_manager_gatk_picard_index_builder/a15709ad26ea/data_manager_gatk_picard_index_builder/data_manager/data_manager_gatk_picard_index_builder.py "/data/galaxy/galaxy-dist/database/files/000/dataset_86.dat" \ --jar "$JAVA_JAR_PATH/CreateSequenceDictionary.jar" \ --fasta_filename "/data/galaxy/galaxy-dist/tool-data/sacCer2/seq/sacCer2.fa" \ --fasta_dbkey "sacCer2" \ --fasta_description "S. cerevisiae June 2008 (SGD/sacCer2) (sacCer2)" \ --data_table_name "gatk_picard_indexes"

 

Each parameter name gets a " " append to it, so pythons optparse.OptParser will get " --jar" " --fast_dbkey" etc. served, and won't be able to parse its arguments.

Kind regards

Anders

ADD COMMENTlink modified 3.6 years ago by Daniel Blankenberg ♦♦ 1.7k • written 3.6 years ago by anders.dannesboe0

Hello, We are reviewing and will get back to you shortly. This may be a known issue that we have an in-progress solution for, but thank you for reporting it! Feedback is always great! Jen, Galaxy team

ADD REPLYlink written 3.6 years ago by Jennifer Hillman Jackson25k
0
gravatar for Daniel Blankenberg
3.6 years ago by
Daniel Blankenberg ♦♦ 1.7k
United States
Daniel Blankenberg ♦♦ 1.7k wrote:

Hi Anders,

A fix for this issue has been pushed to the ToolShed. You can update the repository through the admin panel in your Galaxy instance. Let us know if you encounter additional issues.

ADD COMMENTlink written 3.6 years ago by Daniel Blankenberg ♦♦ 1.7k
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 169 users visited in the last hour