Question: how solve this error Error executing tool: No dataset upload groups were found.
0
gravatar for GPS
4.6 years ago by
GPS20
India
GPS20 wrote:

hello 

I am using new galaxy user and i integrate the  tool inside the galaxy but when i execute the tool it will show the error

Error executing tool: No dataset upload groups were found.

please any one can tell me solution on this.

 

tool galaxy • 2.0k views
ADD COMMENTlink modified 4.6 years ago • written 4.6 years ago by GPS20

Can you please add your XML code to the question. Otherwise we can not help you. Thanks!
 

ADD REPLYlink written 4.6 years ago by Bjoern Gruening5.1k

This the XML code :

<tool id="softsearch" name="softsearch">
      <description>for structure variation</description>
        <command  interpreter="perl"> /home/data/2.4/src/SoftSearch.pl -b $bam_file -f $fasta_file  </command>
    <inputs>
        <param name="bam_file" type="file" format="bam" label="BAM Files" /> 
        <param name="fasta_file" type="file" format="fasta" label="FASTA Files" help="OR" />
    </inputs>
   <outputs>
    <data format="tabular" name="out_file1" />
   </outputs>
<help>
</help>
</tool>

      

I also face with error after upload the file

Error executing tool: FileToolParameter cannot be persisted

   please tell me solution on this.
   

ADD REPLYlink modified 4.6 years ago by Martin Čech ♦♦ 4.9k • written 4.6 years ago by GPS20
3
gravatar for Bjoern Gruening
4.6 years ago by
Bjoern Gruening5.1k
Germany
Bjoern Gruening5.1k wrote:

Hi,

please read the Galaxy Tool Config wiki page, or have a look at the thousands of other tools out there.  The 'type="file"' does not exist. You need to use 'type="data"'. It is usually a good start to search for a similar wrapper and start from there.

Cheers,

Bjoern

ADD COMMENTlink written 4.6 years ago by Bjoern Gruening5.1k

Hii,

Thanks Bjoern for the answer it help me  now i face the another error when upload a .bam file  from getdata->Upload file in 

galaxy.

Error is.

tool error

An error occurred with this dataset:

Unable to finish job

can you please tell me solution on this error how i upload a .bam file.

ADD REPLYlink written 4.6 years ago by GPS20

The most likely cause for this is that samtools could not be found. Can you post the whole error, by clicking on the bug report link in the History item?

ADD REPLYlink written 4.6 years ago by Daniel Blankenberg ♦♦ 1.7k
0
gravatar for GPS
4.6 years ago by
GPS20
India
GPS20 wrote:
 

Dataset generation errors

Dataset 143: Small_test.bam

The Galaxy framework encountered the following error while attempting to run the tool:

Traceback (most recent call last):
  File "/home/plus91/galaxy-dist/lib/galaxy/jobs/runners/local.py", line 118, in queue_job
    job_wrapper.finish( stdout, stderr, exit_code )
  File "/home/plus91/galaxy-dist/lib/galaxy/jobs/__init__.py", line 959, in finish
    dataset.datatype.set_meta( dataset, overwrite=False )  # call datatype.set_meta directly for the initial set_meta call during dataset creation
  File "/home/plus91/galaxy-dist/lib/galaxy/datatypes/binary.py", line 244, in set_meta
    raise Exception, "Error Setting BAM Metadata: %s" % stderr
Exception: Error Setting BAM Metadata: Samtools-htslib-API: bam_index_build2() not yet implemented
Aborted (core dumped)

 

This is error has been accour when upload .bam file 

ADD COMMENTlink written 4.6 years ago by GPS20

See Error after upload bam file for this problem (a bug in samtools)

ADD REPLYlink written 4.1 years ago by Peter Cock1.4k
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