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
cat R47.1.fq | parallel --roundrobin -L4 -j20 --pipe kz
does not produce any output or error.
Doing it without parallel takes longer than I'm willing to wait (it's 26GB) but does work.
cat R47.1.fq | parallel --roundrobin -L4 -j20 --pipe kzdoes not produce any output or error.
Doing it without parallel takes longer than I'm willing to wait (it's 26GB) but does work.