UCSF-DSCOLAB / data_processing_pipelines

A repository to store the existing pipelines to process the various CoLabs datasets
0 stars 1 forks source link

Trace bug while running tests #57

Open amadeovezz opened 9 months ago

amadeovezz commented 9 months ago

After running: nf-test on the single cell tests, they are pass but the test Should successfully demultiplex merged libraries using freemuxlet always throws this error:

Trace file already exists: /c4/home/amazzara/data_processing_pipelines/single_cell_RNAseq/.nf-test/tests/e8bf2c043c9538f3d849ac407392fb1/meta/trace.csv -- enable the 'trace.overwrite' option in your config file to overwrite existing files

This could be a local cache issue, but on an initial investigation this could not be determined. We've punted the issue down the road and instead just run tests by passing in the flag --without-trace.

To investigate.