stix icon indicating copy to clipboard operation
stix copied to clipboard

Error while running stix

Open KeyTals opened this issue 3 years ago • 1 comments

Hello Ryan,

I am getting following while running stix.

stix: Could not open data file 'normals_b/cache.2045.dat'.: Too many open files

here is the command i use

stix/bin/stix -i normals_b -d normals.ped.db -s 500 -f Tonly.vcf.gz

Also this is how i creared ped.db

stix/bin/stix -i normals_b -p normals.ped -d normals.ped.db -c 3

PED database normals.ped.db with 10 rows created from normals.ped.

and my ped looks something like

Sample Sex Alt_file normal_S1 0 normal_S1.bed.gz

Could you please help to diagnose the issue.

Thanks, Keyur

KeyTals avatar Apr 20 '22 15:04 KeyTals

You need to allow more open files. Try ulimit -Sn 16384

On Wed, Apr 20, 2022 at 9:49 AM KeyTals @.***> wrote:

Hello Ryan,

I am getting following while running stix.

stix: Could not open data file 'normals_b/cache.2045.dat'.: Too many open files

here is the command i use

stix/bin/stix -i normals_b -d normals.ped.db -s 500 -f Tonly.vcf.gz

Also this is how i creared ped.db

stix/bin/stix -i normals_b -p normals.ped -d normals.ped.db -c 3

PED database normals.ped.db with 10 rows created from normals.ped.

and my ped looks something like

Sample Sex Alt_file normal_S1 0 normal_S1.bed.gz

Could you please help to diagnose the issue.

Thanks, Keyur

— Reply to this email directly, view it on GitHub https://github.com/ryanlayer/stix/issues/9, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEUGUMEB7Y5X6NZ3R6MHJLVGARQLANCNFSM5T4PRPGQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ryanlayer avatar Apr 20 '22 17:04 ryanlayer