"Illegal instruction" error in BCF tools
0
0
Entering edit mode
4.0 years ago
raf.marcondes ▴ 100

Hi all,

When I run the following command in in interactive session in my HPC system, it seems to run fine. I let it go for a minute or so, which it does without errors, and then kill it, because it's not appropriate to run such job in an interactive session.

But when I submit it as a batch job, it crashes with the following error within less than 10 secs of starting.

bcftools view -S ^outgrouplist -o tem.vcf thevcf_raw_24apr2020.vcf

25812 Illegal instruction     (core dumped) bcftools view -S ^outgrouplist -o tem.vcf thevcf_raw_24apr2020.vcf

I made sure that the output file doesn't already exist, because that's caused me errors in the past.

BCFTools 1.9.

Any thoughts?

Thanks!

bcftools • 1.1k views
ADD COMMENT
0
Entering edit mode

Output of head outgrouplist?

ADD REPLY
0
Entering edit mode

You may need to run it like this as part of the batch script:

echo `bcftools view -S ^outgrouplist -o tem.vcf thevcf_raw_24apr2020.vcf`

Those are backticks.

ADD REPLY

Login before adding your answer.

Traffic: 2551 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6