Skip to content

Commit

Permalink
Update mop_preprocess.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacozzuto authored Oct 1, 2024
1 parent cf1d1e0 commit 06ba874
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mop_preprocess/mop_preprocess.nf
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ switch(params.demultiplexing) {
case "deeplexicon":
demux_models = "${projectDir}/deeplexicon_models/"
break;
case "seqtagger":
demux_models = "${projectDir}/seqtagger_models/"
break;
}

dorado_models = "${projectDir}/dorado_models/"
Expand Down

0 comments on commit 06ba874

Please sign in to comment.