Skip to content

Commit

Permalink
update comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed Mar 25, 2024
1 parent bb8d909 commit 84f781d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/mtx_to_h5ad.nf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ process MTX_TO_H5AD {

// check input type of inputs
input_type = (input_to_check.toUriString().contains('unfiltered') || input_to_check.toUriString().contains('raw')) ? 'raw' : 'filtered'
if ( params.aligner == 'alevin' ) { input_type = 'raw' } // alevin has its own filtering methods and mostly output a single mtx, raw here means, the base tool output
if ( params.aligner == 'alevin' ) { input_type = 'raw' } // alevin has its own filtering methods and mostly output a single mtx, 'raw' here means, the base tool output
if (input_to_check.toUriString().contains('emptydrops')) { input_type = 'custom_emptydrops_filter' }

// def file paths for aligners. Cellranger is normally converted with the .h5 files
Expand Down

0 comments on commit 84f781d

Please sign in to comment.