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
After completing the preprocessing steps, I am attempting to run the macrodiversity module on my lab's server (Rocky Linux, version 9.0), and got the following error:
Using: 64 threads.
Combined genomes file already found.
Using out/MetaPop/01.Genomes_and_Genes/all_genomes_genes.fasta as the genes file.
MetaPop Started at: 08/02/2023 11:09:29
Calculating and visualizing Macrodiversity starting at: 08/02/2023 11:09:29...Warning messages:
1: In a[1] * a[2] : NAs produced by integer overflow
2: In a[1] * a[2] : NAs produced by integer overflow
3: In a[1] * a[2] : NAs produced by integer overflow
4: In a[1] * a[2] : NAs produced by integer overflow
5: In a[1] * a[2] : NAs produced by integer overflow
Warning message:
The `size` argument of `element_line()` is deprecated as of ggplot2 3.4.0.
ℹ Please use the `linewidth` argument instead.
null device
1
There were 25 warnings (use warnings() to see them)
Error in vegdist(t(abundance_matrix), method = "bray") :
missing values are not allowed with argument 'na.rm = FALSE'
Execution halted
Done!
Visualizing preprocessing starting at: 08/02/2023 11:10:50...
Also, out/MetaPop/11.Macrodiversity/raw_abundances_table.tsv looks as I expect it to, with the contig name in the first column and each subsequent column being the counts of each contig in every sample.
However, the normalized_abundances_table.tsv file in that directory has no entries (not even 0 or NA) in any of the sample columns.
Hello,
After completing the preprocessing steps, I am attempting to run the macrodiversity module on my lab's server (Rocky Linux, version 9.0), and got the following error:
command:
output:
contents of normalized_counts.txt
The text was updated successfully, but these errors were encountered: