UCSF-DSCOLAB / data_processing_pipelines

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

Test hotfix #65

Closed amadeovezz closed 9 months ago

amadeovezz commented 9 months ago

the pipeline was still publishing artifacts to /krummellab/data1/integration_test_user/tutorial_lib_sep/. This PR explicitly forces all tests to use the absolute path of the meta directory (isolated testing environment).

How to test:

cd into single_cell_RNAseq
/krummellab/data1/software/bin/nf-test  test tests/pipeline_pre_qc.nf.test --without-trace
erflynn commented 9 months ago

Tested and works :)