Skip to content

Commit

Permalink
update alevin file names
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed Feb 14, 2024
1 parent 6458e2d commit c5cc1ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/main_pipeline_alevin.test
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ nextflow_pipeline {
//
// Check if files were produced
//
{assert new File( "${outputDir}/results_alevin/alevin/mtx_conversions/Sample_X/Sample_X_matrix.h5ad" ).exists()},
{assert new File( "${outputDir}/results_alevin/alevin/mtx_conversions/Sample_Y/Sample_Y_matrix.h5ad" ).exists()},
{assert new File( "${outputDir}/results_alevin/alevin/mtx_conversions/Sample_X/Sample_X_raw_matrix.h5ad" ).exists()},
{assert new File( "${outputDir}/results_alevin/alevin/mtx_conversions/Sample_Y/Sample_Y_raw_matrix.h5ad" ).exists()},

//
// Check if files are the same
Expand Down

0 comments on commit c5cc1ca

Please sign in to comment.