Question: (Closed) How to solve this error: cut: write error: Broken pipe
1
gravatar for GPS
4.6 years ago by
GPS20
India
GPS20 wrote:

I am a new Ubuntu user I installed the Galaxy Project and integrate  tool softsearch  and then execute the tool by using two commands:
 

samtools index Small_test.bam
perl ./SoftSearch.pl -b Small_test.bam -f chr1.small.fa

after execution of softsearch tool it will show the error

cut: write error: Broken pipe

so please tell me how i solve this error ?

ADD COMMENTlink modified 4.6 years ago by Martin Čech ♦♦ 4.9k • written 4.6 years ago by GPS20

Are you running softsearch via commandline or within Galaxy? Can you point us to the used Galaxy wrapper?

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

yes i integrate a softsearch as a tool in galaxy and write this command

samtools index Small_test.bam
perl ./SoftSearch.pl -b Small_test.bam -f chr1.small.fa

 in command tag of XML file inside the galaxy.

ADD REPLYlink written 4.6 years ago by GPS20

You need to separate both commands, with ';'. Please also provide the complete XML file, if possible.

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

hii

i was separate both the command by ' ; ' .but still i getting same problem.

This is XML Code.

<tool id="softsearch" name="softsearch">
      <description>for structure variation</description>
        <command  interpreter="perl">
    /home/plus91/2.4/src/ samtools index Small_test.bam ; /home/plus91/2.4/src/SoftSearch.pl -b /home/plus91/2.4/src/Small_test.bam -f /home/plus91/2.4/src/chr1.small.fa
    </command>
   <outputs>
    <data format="tabular" name="out_file1" />
   </outputs>

   
<help>

</help>
</tool>
      
  please tell me am i doing correct or wrong.

 

ADD REPLYlink written 4.6 years ago by GPS20
0
gravatar for Jennifer Hillman Jackson
4.6 years ago by
United States
Jennifer Hillman Jackson25k wrote:

Hello GPS!

Questions similar to yours can already be found at:

We have closed your question to allow us to keep similar content in the same thread.

If you disagree with this please tell us why in a reply below. We'll be happy to talk about it.

Cheers!

ADD COMMENTlink written 4.6 years ago by Jennifer Hillman Jackson25k
Please log in to add an answer.
The thread is closed. No new answers may be added.

Help
Access

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