Hello everyone
I am trying to integrate and execute the archer analysis pipeline tool into galaxy project for that I write the XML file and execute the archer but galaxy will show error please any one tell me solution on this error.
<?xml version="1.0"?>
<tool id="archerTool" name="archer">
<description>for each sequence in a file</description>
<command> /home/archer_1.0.0/archer/archer.pl -config $file_data</command>
<inputs>
<param name="file_data" type="data" format="dat" />
</inputs>
<outputs>
<data format="dat" name="out_file1" />
</outputs>
<help>
</help>
</tool>
Error display by galaxy:
[M::main_mem] read 2 sequences (300 bp) from /home/archer_1.0.0pre/bwa_enz/tests//test2.fastq... [main] Version: 0.7.5a-r418, modified to simplify gene fusion detection by Enzymatics [main] CMD: bwa_enz mem -Q 0 -m -D /home/archer_1.0.0pre/bwa_enz/tests/ /home/archer_1.0.0pre/chromFa/hg19.fa /home/archer_1.0.0pre/bwa_enz/tests//test2.fastq [main] Real time: 972.034 sec; CPU: 7.668 sec Traceback (most recent call last): File "/home/plus91/archer_1.0.0pre/archer/get_median_quality.py", line 32, in <module> for read in reader: File "/usr/local/lib/python2.7/dist-packages/HTSeq/__init__.py", line 407, in __iter__ raise ValueError( "Primary and secondary ID line in FASTQ" ValueError: Primary and secondary ID line in FASTQdisagree. Error: The requested bed file (/home/plus91/archer_1.0.0pre/bwa_enz/tests//test2.dedup.points.bed) could not be opened. Exiting! BgzfStream ERROR: read block failed - invalid block header BamHeader ERROR: could not read magic number BamReader ERROR: Could not load header data for /dev/stdin BgzfStream ERROR: read block failed - invalid block header BamHeader ERROR: could not read magic number BamReader ERROR: Could not load header data for /dev/stdin Segmentation fault (core dumped) Illegal division by zero at /home/archer_1.0.0pre/archer/counts_2.pl line 130. cat: /home/archer_1.0.0pre/bwa_enz/tests//test2.counts.dat: No such file or directory cat: /home/archer_1.0.0pre/bwa_enz/tests//test2.counts.machine.dat: No such file or directory rm: cannot remove `/home/archer_1.0.0pre/bwa_enz/tests//test2.counts.dat': No such file or directory rm: cannot remove `/home/archer_1.0.0pre/bwa_enz/tests//test2.counts.machine.dat': No such file or directory
Thank You
GPS
Hi GPS,
please make sure you are able to run this tool on command line and you know what it does. It seems it stores some data in a tests folder or something like that. At least the files test2.counts.* could not be found, so it is not a Galaxy problem.
Cheers,
Bjoern