Skip to content

Commit

Permalink
Updated read depth input format
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-sandercock committed Sep 24, 2024
1 parent 86bbcbf commit f8ef96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mod_Filtering.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mod_Filtering_ui <- function(id){
textInput(ns("filter_output_name"), "Output File Name"),
numericInput(ns("filter_ploidy"),"Ploidy", min = 0, value = NULL),
numericInput(ns("filter_maf"),"MAF filter", min = 0, max=1, value = 0.05, step = 0.01),
sliderInput(ns("size_depth"),"Min Read Depth (Marker per Sample)", min = 0, max = 300, value = 10, step = 1),
numericInput(ns("size_depth"),"Min Read Depth (Marker per Sample)", min = 0, max = 300, value = 10, step = 1),
numericInput(ns("snp_miss"),"Remove SNPs with >= % missing data", min = 0, max = 100, value = 50, step = 1),
numericInput(ns("sample_miss"),"Remove Samples with >= % missing data", min = 0, max = 100, value = 50, step = 1),
"Updog Filtering Parameters",
Expand Down

0 comments on commit f8ef96e

Please sign in to comment.