Entering edit mode
3.0 years ago
gubrins
▴
350
Heys,
I'm trying to perform some bootstrap for the program PSMC (https://github.com/lh3/psmc) but I get this message:
Segmentation fault (core dumped)
When running this code:
seq 100 | xargs -i echo psmc -N25 -t15 -r5 -b -p "4+25*2+4+6" \
-o round-{}.psmc split.fa | sh
I was checking what xargs is doing and the -i option is for replacing, so I'm not really sure if I'm doing something wrong or it is outdated.
Any help will be gladly welcomed!