You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you call assemble_spades.pl directly or using our chloroExtractor pipeline?
I guess it is a Mac specific issue. I found the following link at stackexchange. The explain that /tmp/ is a symlink to /private/tmp/. In that case, it might be correct, that the relative path will be expanded to abolute paths by spades itself, eg. /private/tmp/.... If you are providing absolute paths, the expansion into absolute paths is not required and therefore the link is not resolved into its /private/tmp/` equivalent.
Nevertheless, I will try to find a Mac to verify my guess.
There seem to be some issues in the way you use spades (3.11.0) with relative paths:
running this:
assemble_spades.pl -1 kfr2_1.fq -2 kfr2_2.fq -o ass --threads 2
results in this:
/usr/local/bin/spades.py --only-assembler -1 /private/tmp/chloroExtractor-testrun/ptx/kfr2_1.fq -2 /private/tmp/chloroExtractor-testrun/ptx/kfr2_2.fq -o /private/tmp/chloroExtractor-testrun/ptx/ass
while the data/working directory is this:
/tmp/chloroExtractor-testrun/ptx
specifying full paths resolves this:
The text was updated successfully, but these errors were encountered: