Skip to content

Commit

Permalink
fix: removed trailing comma in subsample call, version -> 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cschu committed Aug 10, 2024
1 parent 3e786d6 commit c9096eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nevermore/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.13.0"
"version": "0.13.1_off_main"
}
2 changes: 1 addition & 1 deletion nevermore/workflows/prep.nf
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ workflow nevermore_simple_preprocessing {
.filter { params.subsample.subset == "all" || it[0].library_source == params.subsample.subset }
.map { sample, counts -> return counts }
.collect(),
params.subsample.percentile,
params.subsample.percentile
)
calculate_library_size_cutoff.out.library_sizes.view()

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ manifest {
defaultBranch = "main"
description = "Multiomics analytics"
name = "nevermore_multi"
version = "0.3.2"
version = "0.3.3"
}

process {
Expand Down

0 comments on commit c9096eb

Please sign in to comment.