Hi team,
I want to run 1035 samples in dada2 (in qiime 2 version 2029-4). but I encontered this error. I tried and reran the command more that 10 times but still getting same error. Please find below the error and the command used. The analysis was carried out but unable to write the results.
your help is highly appreciated.
qiime dada2 denoise-paired
--i-demultiplexed-seqs /mnt/beegfs/scratch/eh309/combinedanalysis/demuxCombinedLanes.qza
--p-trim-left-f 0
--p-trim-left-r 0
--p-trunc-len-f 0
--p-trunc-len-r 0
--p-chimera-method none
--p-n-threads 0
--o-table tablecombined.qza
--o-representative-sequences rep-seqscombined.qza
--o-denoising-stats denoising-stats.qza
--verbose
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_dada_paired.R /mnt/beegfs/scratch/eh309/combinedanalysis/tmpdr/tmpt8onvgon/forward /mnt/beegfs/scratch/eh309/combinedanalysis/tmpdr/tmpt8onvgon/reverse /mnt/beegfs/scratch/eh309/combinedanalysis/tmpdr/tmpt8onvgon/output.tsv.biom /mnt/beegfs/scratch/eh309/combinedanalysis/tmpdr/tmpt8onvgon/track.tsv /mnt/beegfs/scratch/eh309/combinedanalysis/tmpdr/tmpt8onvgon/filt_f /mnt/beegfs/scratch/eh309/combinedanalysis/tmpdr/tmpt8onvgon/filt_r 0 0 0 0 2.0 2 none 1.0 0 1000000
R version 3.5.1 (2018-07-02)
Loading required package: Rcpp
DADA2: 1.10.0 / Rcpp: 1.0.1 / RcppParallel: 4.4.2
- Filtering ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
- Learning Error Rates
418595014 total bases in 1535679 reads from 5 samples will be used for learning the error rates.
377851001 total bases in 1535679 reads from 5 samples will be used for learning the error rates. - Denoise remaining samples ............................................Duplicate sequences in merged output.
....Duplicate sequences in merged output.
............................Duplicate sequences in merged output.
....................................Duplicate sequences in merged output.
............................Duplicate sequences in merged output.
.................................Duplicate sequences in merged output.
............Duplicate sequences in merged output.
.......Duplicate sequences in merged output.
............Duplicate sequences in merged output.
............Duplicate sequences in merged output.
............................................................Duplicate sequences in merged output.
.....................................................Duplicate sequences in merged output.
...........Duplicate sequences in merged output.
........................................................................Duplicate sequences in merged output.
.....Duplicate sequences in merged output.
........................Duplicate sequences in merged output.
........Duplicate sequences in merged output.
.......Duplicate sequences in merged output.
.....Duplicate sequences in merged output.
.................................................................................................................................................Duplicate sequences in merged output.
........................................................................Duplicate sequences in merged output.
..............................................Duplicate sequences in merged output.
....................Duplicate sequences in merged output.
........Duplicate sequences in merged output.
....................Duplicate sequences in merged output.
........................................Duplicate sequences in merged output.
.................Duplicate sequences in merged output.
.......................................................Duplicate sequences in merged output.
.....Duplicate sequences in merged output.
...................................Duplicate sequences in merged output.
............................................................................................................
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged.
Duplicate sequences detected and merged. - Remove chimeras (method = none)
- Write output
Traceback (most recent call last):
File "/mnt/beegfs/home/eh309/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/q2cli/commands.py", line 311, in call
results = action(**arguments)
File "</mnt/beegfs/home/eh309/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/decorator.py:decorator-gen-451>", line 2, in denoise_paired
File "/mnt/beegfs/home/eh309/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/qiime2/sdk/action.py", line 231, in bound_callable
output_types, provenance)
File "/mnt/beegfs/home/eh309/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/qiime2/sdk/action.py", line 393, in callable_executor
spec.qiime_type, output_view, spec.view_type, prov)
File "/mnt/beegfs/home/eh309/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/qiime2/sdk/result.py", line 271, in _from_view
provenance_capture=provenance_capture)
File "/mnt/beegfs/home/eh309/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/qiime2/core/archive/archiver.py", line 316, in from_data
Format.write(rec, type, format, data_initializer, provenance_capture)
File "/mnt/beegfs/home/eh309/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/qiime2/core/archive/format/v5.py", line 21, in write
provenance_capture)
File "/mnt/beegfs/home/eh309/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/qiime2/core/archive/format/v1.py", line 19, in write
provenance_capture)
File "/mnt/beegfs/home/eh309/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/qiime2/core/archive/format/v0.py", line 62, in write
data_initializer(data_dir)
File "/mnt/beegfs/home/eh309/.conda/envs/qiime2-2019.4/lib/python3.6/site-packages/qiime2/core/path.py", line 37, in _move_or_copy
return _ConcretePath.rename(self, other)
File "/mnt/beegfs/home/eh309/.conda/envs/qiime2-2019.4/lib/python3.6/pathlib.py", line 1309, in rename
self._accessor.rename(self, target)
File "/mnt/beegfs/home/eh309/.conda/envs/qiime2-2019.4/lib/python3.6/pathlib.py", line 393, in wrapped
return strfunc(str(pathobjA), str(pathobjB), *args)
FileExistsError: [Errno 17] File exists: '/mnt/beegfs/scratch/eh309/combinedanalysis/tmpdr/q2-BIOMV210DirFmt-fjdxr30i' -> '/mnt/beegfs/scratch/eh309/combinedanalysis/tmpdr/qiime2-archive-45lpmwrm/e71d3292-0b58-481a-a6e8-10d8fbe68ded/data'