Skip to content

Commit

Permalink
fixup! style(grohmm): Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 25, 2024
1 parent bb65227 commit 5bdce2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/grohmm_parametertuning.R
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ tune <- data.frame(
fp <- windowAnalysis(alignments, strand = "+", windowSize = 50)
fm <- windowAnalysis(alignments, strand = "-", windowSize = 50)
hmm <- detectTranscripts(
Fp = Fp,
Fm = Fm,
Fp = fp,
Fm = fm,
reads = alignments,
LtProbB = args$ltprobb,
UTS = args$uts
Expand Down

0 comments on commit 5bdce2e

Please sign in to comment.