Skip to content

Commit

Permalink
bump to remove the requirement of an expected number of cells for scr…
Browse files Browse the repository at this point in the history
…naseq
  • Loading branch information
nrminor committed Sep 18, 2024
1 parent 2680366 commit cd7052c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "give_a_sheet"
description = "Toolkit for generating input samplesheets for a variety of nf-core pipelines."
version = "0.1.3"
version = "0.1.4"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub enum Commands {
fastq_ext: String,

/// the number of cells expected
#[arg(short, long, required = true, default_value_t = 10000)]
#[arg(short, long, required = false, default_value_t = 10000)]
expected_cells: i64,

/// Output file prefix (the part before the `_samplesheet.csv`)
Expand Down

0 comments on commit cd7052c

Please sign in to comment.