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
Trying to do some compartments on a bacterial chromosome (fasta file with only one sequence), I got the following error message. If I am not doing the phasing, the function works.
Going through preflight checklist...
Parsing intra-chromosomal contacts for each chromosome...
| | | | |======================================================================| 100%
Computing eigenvectors for each chromosome...
Error: BiocParallel errors
1 remote errors, element index: 1
0 unevaluated and other errors
first remote error:
Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'letterFrequency': error in evaluating the argument 'value' in selecting a method for function 'unsplit': error in evaluating the argument 'x' in selecting a method for function 'extractAt': subscript contains invalid names
Thanks for your help !!
The text was updated successfully, but these errors were encountered:
Can you check the names of your fasta files (names(genome))? The only instance in which I can replicate your results is when I use a fastq file with spaces in the chromosome names.
Hi,
Trying to do some compartments on a bacterial chromosome (fasta file with only one sequence), I got the following error message. If I am not doing the phasing, the function works.
Thanks for your help !!
The text was updated successfully, but these errors were encountered: