Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
luciorq committed Nov 8, 2024
1 parent 5af7f31 commit 32db5ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ out <- condathis::run("fastqc", fastq_file, "-o", temp_out_dir_2, # command
)
```

In our temp directory, `fastqc` generated the output files as expected.
The `out` object contains info regarding the exit status, standard error, standard output, and timeout if any.

```{r}
out
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ condathis::create_env(packages = "fastqc==0.12.1", env_name = "fastqc_env", verb
Then we run the command inside the environment just created which
contains a version 0.12.1 of `fastqc`.

In our temp directory, `fastqc` generated the output files as expected.
The `out` object contains info regarding the exit status, standard
error, standard output, and timeout if any.

``` r
out
Expand All @@ -144,8 +145,8 @@ In the our temp dir, `fastqc`generated the output files as expected.

``` r
fs::dir_ls(temp_out_dir_2)
#> /var/folders/2q/937_bkg10svdwx1x00prs9nm0000gn/T/RtmpptzAZk/sample1_L001_R1_001_fastqc.html
#> /var/folders/2q/937_bkg10svdwx1x00prs9nm0000gn/T/RtmpptzAZk/sample1_L001_R1_001_fastqc.zip
#> /var/folders/2q/937_bkg10svdwx1x00prs9nm0000gn/T/RtmpZmaOFM/sample1_L001_R1_001_fastqc.html
#> /var/folders/2q/937_bkg10svdwx1x00prs9nm0000gn/T/RtmpZmaOFM/sample1_L001_R1_001_fastqc.zip
```

The code that we created with `{condathis}` **uses a system CLI tool but
Expand Down

0 comments on commit 32db5ac

Please sign in to comment.