You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
The documentation states that the index for the reference is optional:
--fai FAI (Optional) The name of the corresponding index for the reference genome file.
For Manta at least, if I omit the index, this caused it to fail with the following error message:
Usage: configManta.py [options]
configManta.py: error: Can't find expected fasta index file: '/home/dnanexus/ref.fa.fai'
python: can't open file '/home/dnanexus/manta/runWorkflow.py': [Errno 2] No such file or directory
If I include the reference index Manta runs. Perhaps this could be a mandatory parameter or the index could be generated.
I am using the docker image dnanexus/parliament2
Thanks.
The text was updated successfully, but these errors were encountered:
The documentation states that the index for the reference is optional:
--fai FAI (Optional) The name of the corresponding index for the reference genome file.
For Manta at least, if I omit the index, this caused it to fail with the following error message:
If I include the reference index Manta runs. Perhaps this could be a mandatory parameter or the index could be generated.
I am using the docker image dnanexus/parliament2
Thanks.
The text was updated successfully, but these errors were encountered: