mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-04-30 12:00:39 +00:00
Adds a first version of a new obidistribute command
This commit is contained in:
@@ -18,10 +18,12 @@ func PairingOptionSet(options *getoptions.GetOpt) {
|
||||
options.StringSliceVar(&_ForwardFiles, "forward-reads",
|
||||
1, 1000,
|
||||
options.Alias("F"),
|
||||
options.Required("You must provide at least one forward file"),
|
||||
options.Description("The file names containing the forward reads"))
|
||||
options.StringSliceVar(&_ReverseFiles, "reverse-reads",
|
||||
1, 1000,
|
||||
options.Alias("R"),
|
||||
options.Required("You must provide at least one reverse file"),
|
||||
options.Description("The file names containing the reverse reads"))
|
||||
options.IntVar(&_Delta, "delta", _Delta,
|
||||
options.Alias("D"),
|
||||
|
||||
Reference in New Issue
Block a user