Narciso Martin Quijada

Results 56 comments of Narciso Martin Quijada

Hi Vincenzo, OK I see. Your conda is looking in "osx-64" and "noarch" which is platform dependent and therefore cannot find tormes, as it's a linux-64 build. I am sorry...

Hi Vincenzo, Good that it worked! There are a couple of software that installed in a different version than the tested ones (expected). You can try to force conda to...

Hi Vincenzo, Great news! That's a good message ;) Tormes is really easy to use (that is one of the main aims!). You just need a metadata file (https://github.com/nmquijada/tormes#obligatory-options) and...

Hi Vincenzo, I was very quick closing the issue hahaha No worries, I am happy to help! I am afraid that your error relies on the interpreter of your system......

Hi Vincenzo! Well... programming is like the tip of an iceberg... 10% coding, 90% debugging. But we are getting closer! Good that you updated bash in your system. I was...

Hi Vincenzo, Good. So tormes is trying to use ```/bin/bash``` which is version 3.2 (

Hi Vincenzo, Oh man, another different macOS behaviour. The "-i" flag of ```sed``` that in Linux modifies the file itself requires a different coding (https://www.markhneedham.com/blog/2011/01/14/sed-sed-1-invalid-command-code-r-on-mac-os-x/). This way of coding is...

Hi Vincenzo, Thanks for the report. The tutorial looks fine! I was trying to do the same by using conda, but obviously it failed... The tutorial is absolutely safe, as...

Hi Vincenzo, Could you please run this? ``` tormes -m samples_metadata_prova.txt -o Output-error -t 8 &>>error-tormes.txt 2>>error-tormes.txt & ``` By doing this, tormes will run in the background of your...

Hi Vincenzo, Thanks for sharing! You are still having issues with sed... This is the the thing that worries me the most... because this makes other software included in tormes...