Skip to content

Commit

Permalink
Update function to get example to produce output
Browse files Browse the repository at this point in the history
  • Loading branch information
masudermann committed Jul 26, 2024
1 parent d7ad3ba commit 42935b4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion R/assign_taxonomy.R
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ process_single_barcode <-
#' analysis_setup<-prepare_reads(
#' data_directory = system.file("extdata", package = "demulticoder"),
#' output_directory = "~/package_output",
#' tempdir_path = tempdir(),
#' tempdir_path = "~/temp",
#' tempdir_id = "demulticoder_run_temp",
#' overwrite_existing = FALSE
#' )
Expand Down
2 changes: 1 addition & 1 deletion R/convert_asv_matrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#' analysis_setup<-prepare_reads(
#' data_directory = system.file("extdata", package = "demulticoder"),
#' output_directory = "~/package_output",
#' tempdir_path = tempdir(),
#' tempdir_path = "~/temp",
#' tempdir_id = "demulticoder_run_temp",
#' overwrite_existing = FALSE
#' )
Expand Down
2 changes: 1 addition & 1 deletion R/cut_primers_trim_reads.R
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ plot_post_trim_qc <- function(cutadapt_data, output_directory_path, n = 500000)
#' analysis_setup<-prepare_reads(
#' data_directory = system.file("extdata", package = "demulticoder"),
#' output_directory = "~/package_output",
#' tempdir_path = tempdir(),
#' tempdir_path = "~/temp",
#' tempdir_id = "demulticoder_run_temp",
#' overwrite_existing = FALSE
#' )
Expand Down
2 changes: 1 addition & 1 deletion R/prepare_reads_count_primers.R
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ make_cutadapt_tibble <-
#' analysis_setup<-prepare_reads(
#' data_directory = system.file("extdata", package = "demulticoder"),
#' output_directory = "~/package_output",
#' tempdir_path = tempdir(),
#' tempdir_path = "~/temp",
#' tempdir_id = "demulticoder_run_temp",
#' overwrite_existing = FALSE
#' )
Expand Down
2 changes: 1 addition & 1 deletion man/assign_tax.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/convert_asv_matrix_to_objs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/cut_trim.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/prepare_reads.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42935b4

Please sign in to comment.