|
Hi All,
I have a problem getting all the outputs in galaxy.
My xml config file looks like this:
<tool id="a5_miseq" name="A5 MiSeq" version="0.1.0">
<description>assemble microbial fastQ to fatsA</description>
<command interpreter="perl">a5_pipeline.pl ${file1} ${file2} ${output}
</command>
<inputs>
<param format="fastq" name="file1" type="data" label="Fastq Sequence files"/>
<param format="fastq" name="file2" type="data" label="Fastq Sequence files"/>
</inputs>
<!—- Expected Results
-->
<outputs>
<data format="fasta" name="output" label=“A5 output fastA"/>
<data format="fastq" name="output" label=“A5 output fastQ”/>
</outputs>
</tool>
I get the following error when running the tool:
../database/files/000/dataset_733.dat already exists and is not a directory. Please specify a new file path for a base name after the library file or FastQ files. Any ideas on how to get all the output or some output?
Cheers.
|
___________________________________________________________ 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/mailinglists/
