I have a problem that I can't figure out.. Here is my command (from the FastGBS program) :
Platypus runs fine and gives me no error message. But I get an empty .vcf, stopped in the middle of the header...
Here are the messages I have in my terminal (knowing my reference genome has 19 chromosomes + mito + chloro):
Search the variants with platypus
2017-10-03 17:03:34,810 - INFO - Beginning variant calling
2017-10-03 17:03:34,811 - INFO - Output will go to FastGBS_platypus.vcf
2017-10-03 17:03:41,561 - INFO - Processing region Vv_chloroplast:0-100000. (Only printing this message every 10 regions of size 100000)
2017-10-03 17:03:41,647 - INFO - Processing region Vv_chloroplast:100000-160928. (Only printing this message every 10 regions of size 100000)
2017-10-03 17:03:41,733 - INFO - Processing region Vv_mitochondrion:0-100000. (Only printing this message every 10 regions of size 100000)
2017-10-03 17:03:41,820 - INFO - Processing region Vv_mitochondrion:100000-200000. (Only printing this message every 10 regions of size 100000)
2017-10-03 17:03:41,906 - INFO - Processing region Vv_mitochondrion:200000-300000. (Only printing this message every 10 regions of size 100000)
2017-10-03 17:03:41,992 - INFO - Processing region Vv_mitochondrion:300000-400000. (Only printing this message every 10 regions of size 100000)
2017-10-03 17:03:42,079 - INFO - Processing region Vv_mitochondrion:400000-500000. (Only printing this message every 10 regions of size 100000)
2017-10-03 17:03:42,167 - INFO - Processing region Vv_mitochondrion:500000-600000. (Only printing this message every 10 regions of size 100000)
2017-10-03 17:03:42,253 - INFO - Processing region Vv_mitochondrion:600000-700000. (Only printing this message every 10 regions of size 100000)
2017-10-03 17:03:42,343 - INFO - Processing region Vv_mitochondrion:700000-773279. (Only printing this message every 10 regions of size 100000)
2017-10-03 17:03:42,431 - INFO - Processing region chr1:0-100000. (Only printing this message every 10 regions of size 100000)
2017-10-03 17:03:42,518 - INFO - Processing region chr1:100000-200000. (Only printing this message every 10 regions of size 100000)
2017-10-03 17:03:42,603 - INFO - Processing region chr1:200000-300000. (Only printing this message every 10 regions of size 100000)
2017-10-03 17:03:42,691 - INFO - Processing region chr1:300000-400000. (Only printing this message every 10 regions of size 100000)
2017-10-03 17:03:42,773 - INFO - Merging output VCF file(s) into final file FastGBS_platypus.vcf
2017-10-03 17:03:42,775 - INFO - Finished merging VCF file(s)
2017-10-03 17:03:42,775 - INFO - Finished variant calling
and that's it... And in the log file there is no error message.