-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
estep issue with version 1.13.3 . - fai_access Error #82
Comments
* Fix incorrect file path introduced in 1.13.3 * Fixes #82
Afternoon @ChristopheLegendre Dave |
Hi @drjsanger Sorry for the delay.
Example of error with mstep, which impact merge and estep:
Sorry to keep going on that issue after you closed it; I did not want to open a new one as I think it is related to the same issue. Let me know if you have any question that may help you fixing the mstep and estep steps. Best, |
Morning @ChristopheLegendre Let's split this into two issues. The estep issue may be related to the changes, but the mstep issue shouldn't be. I've opened two new issues to track them and prevent this thread from deviating/becoming too verbose. |
@drjsanger
Hi David,
I just installed the
version 1.13.3
and rerun it with the same exact inputs as I ran the previous version1.13.2
which had issue with theestep
andzlib
buffer.All the steps up to
merge
step did not raise any error, butestep
raised new errors.after running the following command,
for lineid in $(seq 1 22) ; do caveman estep -i {lineid} -f caveman.cfg.ini -l WXS -r WXS -w Human -g ./covs_arr -o ./probs_arr ; done
,I unfortunately got the following errors:
********** >1 dna:chromosome chromosome:GRCh37:1:1:249250621:1
[ERROR] (src/fai_access.c: fai_access_get_count_length_all_contigs:84 errno: No such file or directory) Wrong number of entries (1) found in fasta index file line >1 dna:chromosome chromosome:GRCh37:1:1:249250621:1
[ERROR] (src/estep.c: estep_main:519 errno: None) Error establishing contig count and name length.
I also just try
caveman estep -i 22
to simplify the command, and got the exact same error.The list of contigs I gave you earlier ( #77 ) is the right list of contigs seen in the BAM header, but based on that error message I thought the system did not recognize the contig in the reference_genome fasta file because there are annotations added after the contig name in the line starting with ">" character in the reference genome fasta file.
Here below I attached
1)
the lines from the fasta file where the contigs are defined and2)
I added the fai file associated as wellAs I thought the annotation could be the problem, therefore, I created a reference genome without the annotation in the contig line.
My
.fai
file was created usingsamtools faidx ${REF_GENOME_FASTA}
command.Unfortunately, I got the same error for ALL the jobids that ran with the estep module.
********** >1
[ERROR] (src/fai_access.c: fai_access_get_count_length_all_contigs:84 errno: None) Wrong number of entries (1) found in fasta index file line >1
[ERROR] (src/estep.c: estep_main:519 errno: None) Error establishing contig count and name length.
In order to reduce runtime, I subsetted the processing to only two contigs, 21 and 22; I got the exact same error as described right above.
Let me know if you have questions or if you need further information.
hs37d5_contigs.zip
The text was updated successfully, but these errors were encountered: