HLA-HD tool for genomic imputation
1
0
Entering edit mode
10 months ago

Partial message:

./bin/hlahd.sh: line 121: /mountpoint/hla-hd/hlahd.1.7.0/bin/drop_intron_map: Permission denied Warning: Could not open read file "estimation/ALL192/mapfile/ALL192.exon.over.R1.fastq" for reading; skipping... Error: No input read files were valid

I've followed the demo attached on this link: https://w3.genome.med.kyoto-u.ac.jp/HLA-HD/

My script:

bash ./bin/hlahd.sh -t 2 -m 100 -f freq_data -c 0.95 data/$FQ.R1.subseq2.fq data/$FQ.R2.subseq2.fq HLA_gene.split.txt dictionary/ ALL192 estimation

It's really similar to that reported in the readme.md file; the tool generates ALL192.exon.over.R1.fastq file and others in the directory, but they are 0 kbytes files.

Is there someone who can help me to resolve? Doing chmod +x doesn't work, unfortunately.

bash imputation genomics • 484 views
ADD COMMENT
0
Entering edit mode
4 months ago
zhihuan • 0
modify ~/.bashrc 
export PATH=$PATH:target_path/hlahd.x.y.z/bin
source ~/.bashrc
ADD COMMENT

Login before adding your answer.

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