Closed danieleottaviani closed 6 years ago
Hey,
To be honest, we haven't really tested vast-tools on Mac, and I imagine this could be the issue. We'll try to get back to you ASAP.
@aghr: could you please take a look?
M
Dear Daniele,
Many thanks for reporting this issue. The problem seems to be how vast-tools invokes head in a pipe. On Unix this works: "cat dummy.txt | head -n 2 - | cat" whereas on MacOS this seems to give the error message "head: -: No such file or directory". Though, "cat dummy.txt | head -n 2 | cat" seems to work on both systems.
Hence, I have changed two pipe commands where I have removed the "-" from the call of head. You could checkout vast-tools by git pull origin master. When you have more issues, you might get in touch with us directly by sending an Email to andre.gohr@crg.eu .
Many thanks again.
Dear Andre, That's great, it seems to be working fine now! Many Thanks!
Hi there, I'm trying to align my fastq files but I'm stuck on an error I can't spot...please see below. The VastDB and all dependancies look OK. I tried fastq from different sources (i.e. SRA) but VAST-TOOLS gets stuck still (bowtie, by itself, seems able to align the fastq file). I'm working on a MacOS Sierra 10.12.6. Thank you in advance for helping!