Open AlenaYoung opened 2 months ago
This looks like an error from the Q2 dada2 plugin. Have you tried looking at the QIIME2 forum?
Googling around suggests this is an issue with differences between installed libraries and the libraries used to build R packages: https://stackoverflow.com/questions/49190251/caught-segfault-memory-not-mapped-error-in-r
You may want to consider creating a new clean Q2 environment and rerunning.
Hi,
I am having trouble with running Sequence quality control using DADA2 in
DADA2: 1.26.0 / Rcpp: 1.0.12 / RcppParallel: 5.1.6
My script is as shown below:run_dada.R --input_directory /tmp/qiime2/yangtr/data/adb69828-bac4-4b3d-98df-25413e5686af/data --output_path /tmp/tmp3ytxlxso/output.tsv.biom --output_track /tmp/tmp3ytxlxso/track.tsv --filtered_directory /tmp/tmp3ytxlxso --truncation_length 0 --trim_left 0 --max_expected_errors 2.0 --truncation_quality_score 2 --max_length Inf --pooling_method independent --chimera_method consensus --min_parental_fold 1.0 --allow_one_off False --num_threads 0 --learn_min_reads 1000000 --homopolymer_gap_penalty NULL --band_size 16
But I get this error;
Any help will be much appreciated. Thank you in advance,
Alena