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
I'm trying to use smoove/paste with singularity and 1185 bams. I got an error
argument list too long
it's not clear to me if the problem comes from bash/singularity/smoove.
is it possible to use a divide-and-conquer strategy with paste ? : paste vcfs 1-100, paste vcfs 101-200, paste vcfs 201-300, etc... and then paste the merged vcfs ?
Hi Pierre, yes, I should add support for a .list argument here. Would love to get a PR to that effect. Otherwise, I'll leave this open til I have a chance to implement.
Hi @brentp
I'm trying to use smoove/paste with singularity and 1185 bams. I got an error
it's not clear to me if the problem comes from bash/singularity/smoove.
is it possible to use a divide-and-conquer strategy with
paste
? : paste vcfs 1-100, paste vcfs 101-200, paste vcfs 201-300, etc... and then paste the merged vcfs ?Am I wrong ? smoove doesn't support a
.list
extension like you did here : `Argument list too long' on 30k samples somalier#37 (comment) ?thank you again for your help :-)
The text was updated successfully, but these errors were encountered: