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
I keep getting an error on some genomes downloaded from RefSeq with the following message:
Begin addNonORFcopy at Mon Jan 27 22:02:14 2025
Traceback (most recent call last):
File "//isescan-v1.7.2_env/bin/isescan.py", line 87, in <module>
isPredictSingle(args4isPredictSingle)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "//isescan-v1.7.2_env/bin/isescan.py", line 25, in isPredictSingle
isPredict.isPredict(filelist, args['output'], args['removeShortIS'], args['translateGenome'],
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
args['nthread'])
^^^^^^^^^^^^^^^^
File "//isescan-v1.7.2_env/bin/isPredict.py", line 248, in isPredict
pred.pred(args4pred)
~~~~~~~~~^^^^^^^^^^^
File "//isescan-v1.7.2_env/bin/pred.py", line 2619, in pred
mOrfHits = addNonORFcopy(mispairs, mOrfHits)
File "//isescan-v1.7.2_env/bin/pred.py", line 1874, in addNonORFcopy
mOrfHitsNew = removeOverlappedOrfhits(mOrfHitsNew)
File "//isescan-v1.7.2_env/bin/pred.py", line 1794, in removeOverlappedOrfhits
mOrfHitsNew[args[0]] = parall4orfhits(args)
~~~~~~~~~~~~~~^^^^^^
File "//isescan-v1.7.2_env/bin/pred.py", line 1772, in parall4orfhits
orfhitsNew = clusterIntersect4orf(orfhits, ids)
File "//isescan-v1.7.2_env/bin/pred.py", line 1638, in clusterIntersect4orf
hclusters = fastcluster.linkage(distMatrix, method='average', preserve_input='False')
File "//isescan-v1.7.2_env/lib/python3.13/site-packages/fastcluster.py", line 234, in linkage
X = array(X, dtype=double, copy=preserve_input, order='C', subok=True)
ValueError: strings are not allowed for 'copy' keyword. Use True/False/None instead.
No results are produced but the hmm and proteome directories:
ISEScan starts at Mon Jan 27 22:15:33 2025
predict and translate genes from genome sequence into protein database using FragGeneScan program
Begin to translate genome into proteome.
//isescan-v1.7.2_env/bin/FragGeneScan -s M.cobaltidurans-GCF_002269385.1.fasta -o M.cobaltidurans-GCF_002269385.1_isescan_out/proteome/M.cobaltidurans-GCF_002269385.1.fasta -w 0 -t illumina_5 -p 32
Using 32 threads.
no. of seqs: 1
Clock time used (by 32 threads) = 1.9 sec
Time elapsed: 0 hours 0 minutes and 2 seconds.
Translating genome into proteome for M.cobaltidurans-GCF_002269385.1.fasta , return 0
Finish translating genome into proteome. Mon Jan 27 22:15:36 2025
Begin to phmmer search against proteome database. Mon Jan 27 22:15:36 2025
Finish phmmer searching //isescan-v1.7.2_env/bin/pHMMs/clusters.single.faa against M.cobaltidurans-GCF_002269385.1_isescan_out/proteome/M.cobaltidurans-GCF_002269385.1.fasta.faa , output M.cobaltidurans-GCF_002269385.1_isescan_out/hmm/clusters.single.faa.M.cobaltidurans-GCF_002269385.1.fasta.faa
Finish phmmer searching against proteome database. Mon Jan 27 22:18:36 2025
Begin to profile HMM search against proteome database. Mon Jan 27 22:18:36 2025
Finish Profile HMM searching //isescan-v1.7.2_env/bin/pHMMs/clusters.faa.hmm against M.cobaltidurans-GCF_002269385.1_isescan_out/proteome/M.cobaltidurans-GCF_002269385.1.fasta.faa , output M.cobaltidurans-GCF_002269385.1_isescan_out/hmm/clusters.faa.hmm.M.cobaltidurans-GCF_002269385.1.fasta.faa
Finish profile HMM searching against proteome database. Mon Jan 27 22:21:22 2025
pred begins at Mon Jan 27 22:21:22 2025
It keeps happening on different machines and installations for those certain genomes, so I don't think it's an issue with the installation or dependencies not working properly on my end. I tried rerunning with the same input from zero and also with the created hmm and proteome intermediary outputs, but I always get the same error for some genomes.
My installation is running in a conda environment:
Hi,
I keep getting an error on some genomes downloaded from RefSeq with the following message:
No results are produced but the hmm and proteome directories:
before the error, this is the output:
It keeps happening on different machines and installations for those certain genomes, so I don't think it's an issue with the installation or dependencies not working properly on my end. I tried rerunning with the same input from zero and also with the created hmm and proteome intermediary outputs, but I always get the same error for some genomes.
My installation is running in a conda environment:
Attached 3 genomes (one from the error above) that don't produce any correct output for me. It would be great if you could look into this.
Thank you!
M_refseq_genomes_isescan_error.zip
The text was updated successfully, but these errors were encountered: