Skip to content

Commit

Permalink
Should fix things
Browse files Browse the repository at this point in the history
  • Loading branch information
apeltzer committed Jul 5, 2022
1 parent aa7e256 commit f3ce79c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/local/mtx_to_h5ad.nf
Expand Up @@ -18,9 +18,9 @@ process MTX_TO_H5AD {
script:
// def file paths for aligners (except cellranger)
if (params.aligner == 'kallisto') {
mtx_matrix = "*_kallistobustools_count/counts_unfiltered/*.mtx"
barcodes_tsv = "*_kallistobustools_count/counts_unfiltered/*.barcodes.txt"
features_tsv = "*_kallistobustools_count/counts_unfiltered/*.genes.txt"
mtx_matrix = "*count/counts_unfiltered/*.mtx"
barcodes_tsv = "*count/counts_unfiltered/*.barcodes.txt"
features_tsv = "*count/counts_unfiltered/*.genes.txt"
} else if (params.aligner == 'alevin') {
mtx_matrix = "*_alevin_results/alevin/quants_mat.mtx.gz"
barcodes_tsv = "*_alevin_results/alevin/quants_mat_rows.txt"
Expand Down

0 comments on commit f3ce79c

Please sign in to comment.