-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
smoove paste error #231
Comments
Hi, smoove square is simply calling bcftools merge. That command suffers with large sample sizes such as yours. You might need to write your own (simply concat the columns). |
By the way, I got another problem when genotyping. The command I run is: |
Got it, thanks very much for your reply! I will try it using bcftools concat directly. |
I'm not sure why the logs wouldn't complete. But you should get a warning if the file is incomplete. And if it has an index then it must be fine. |
Hi, |
I'd like to know if anyone has encountered such a problem when using the smoove paste command? (after population calling,about 4000 samples)I allocate the same resources, but it seems to be successful sometimes and error sometimes. I don't know what the problem is, the smoove or my server. Looking forward to your reply, thank you!
example 1 #error
[smoove] 2023/10/06 01:07:29 starting with version 0.2.8
[smoove] 2023/10/06 01:07:29 squaring 3647 files to DUP.smoove.square.vcf.gz
[smoove] 2023/10/06 01:13:31 all files had 23207 variants
2023/10/06 04:22:15 signal: killed
example 2 #worked successfully
[smoove] 2023/10/06 04:22:16 starting with version 0.2.8
[smoove] 2023/10/06 04:22:16 squaring 3154 files to DUP.smoove.square.vcf.gz
[smoove] 2023/10/06 04:27:22 all files had 23207 variants
[smoove] 2023/10/06 07:00:49 wrote squared file to DUP.smoove.square.vcf.gz
example 3 #another error #actually the index file has no error and No such errors were reported in other previous runs.
[smoove] 2023/10/06 01:07:09 starting with version 0.2.8
[smoove] 2023/10/06 01:07:09 squaring 3647 files to INV.smoove.square.vcf.gz
[smoove] 2023/10/06 01:10:39 Failed to open /INVs/XH4042/XH4042-smoove.genotyped.vcf.gz: could not load index
2023/10/06 01:10:42 exit status 255
[smoove] 2023/10/06 01:10:42 starting with version 0.2.8
[smoove] 2023/10/06 01:10:42 squaring 3154 files to INV.smoove.square.vcf.gz
[smoove] 2023/10/06 01:14:21 Failed to open /INVs/CN5780/CN5780-smoove.genotyped.vcf.gz: could not load index
2023/10/06 01:14:24 exit status 255
The text was updated successfully, but these errors were encountered: