I tried differential abundance testing with ANCOM-BC using qiime2 tutorial (version : 2024.10)
This is my code :
qiime composition ancombc
--i-table gut-table.qza
--m-metadata-file manifest.tsv
--p-formula 'subject'
--o-differentials ancombc-subject.qza
I got the following error:
The error is deeply shown as:
Running external command line application(s). This may print messages to stdout and/or stderr.
The command(s) being run are below. These commands cannot be manually re-run as they will depend on temporary files that no longer exist.
Command: run_ancombc.R --inp_abundances_path /nfsshare/devika/mytmpdir/tmpo5ca91_r/input.biom.tsv --inp_metadata_path /nfsshare/devika/mytmpdir/tmpo5ca91_r/input.map.txt --md_column_types $
── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
dplyr 1.1.3
readr 2.1.4
forcats 1.0.0
stringr 1.5.0
ggplot2 3.4.4
tibble 3.2.1
lubridate 1.9.3
tidyr 1.3.0
purrr 1.0.2
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
dplyr::filter() masks stats::filter()
dplyr::lag() masks stats::lag()
used this code for viewing the error: cat /nfsshare/devika/mytmpdir/qiime2-q2cli-err-3kr63o5l.log
The error is deeply shown below:
Can anyone please give the solution for this error?