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
This is because graphtyper genotype outputs many small VCFs. For long references with lots of samples, this creates so many files that the command line to graphtyper vcf_concatenate is too long for the shell to run:
.command.sh: line 2: /usr/local/bin/graphtyper: Argument list too long
For the dataset that caused this error, the command to graphtyper vcf_concatenate was 3 million characters long.
I know this is probably an unusual dataset and there are workarounds, like combining files in batches and combining them again, but we are using graphtyper in a automated pipeline that has to handle these cases, so it would be nice if this case was handled.
It would be nice if there was a way to make graphtyper genotype make fewer but larger files or make graphtyper vcf_concatenate accept a file-of-filenames like graphtyper genotype does.
The text was updated successfully, but these errors were encountered:
This is because
graphtyper genotype
outputs many small VCFs. For long references with lots of samples, this creates so many files that the command line tographtyper vcf_concatenate
is too long for the shell to run:For the dataset that caused this error, the command to
graphtyper vcf_concatenate
was 3 million characters long.I know this is probably an unusual dataset and there are workarounds, like combining files in batches and combining them again, but we are using graphtyper in a automated pipeline that has to handle these cases, so it would be nice if this case was handled.
It would be nice if there was a way to make
graphtyper genotype
make fewer but larger files or makegraphtyper vcf_concatenate
accept a file-of-filenames likegraphtyper genotype
does.The text was updated successfully, but these errors were encountered: