HLA-HD tool for genomic imputation
2
0
Entering edit mode
3 months ago

Dear Biostars users,

I've followed this basic and clearly explained demo

After running the command bash bin/hlahd.1.7.0 t -4 ..., the terminal displays this message:

Error: Couldn't open split file. Could'nt open file. sh: estimation/$ID/pickup.sh: No such file or directory

Why does the tool requires this file or directory?

My output are inside the directory: estimation/$ID/mapfile/...

Thanks in advance,
F.R.Silvestro

genomics imputation bash • 495 views
ADD COMMENT
0
Entering edit mode
9 weeks ago
Spencer • 0

I think there are two problems here -- opening the split file and pickup.sh not being created. I have run into both of these. For the first one, I would check your path to the split file. It should look something like the following: ~/pathToHlahd/hlahd.1.7.0/HLA_gene.split.txt

For the other problem, have you tried changing the value of open files to 1024 using ulimit? Check the value using ulimit -Sa and if it is less than 1024 change it using ulimit -n 1024. This step is mentioned on the website but not on the pdf so it is easy to miss.

ADD COMMENT
0
Entering edit mode
11 days ago
Javier • 0

Hi, I just solved the same error. In my case, it was because I misunderstood the instructions.

hlahd.sh -t 4 
*-f ~/hlahd.1.7.0/freq_data* \
path_to_sample_1.fastq \
path_to_sample_2.fastq \
*~/hlahd.1.7.0/HLA_gene.split.txt* \
*~/hlahd.1.7.0/dictionary*  \
sample \
path_to_output_dir

Basically, I didn't get that 3 arguments ( the marked ones ) should be directed to directories and files within the program directory.

ADD COMMENT

Login before adding your answer.

Traffic: 1436 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