Skip to content

Commit

Permalink
scripts and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emmarousseau committed Jul 5, 2024
1 parent d6e5a45 commit 0a79886
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Empty file modified src/dupradar/script.R
100644 → 100755
Empty file.
7 changes: 6 additions & 1 deletion src/dupradar/script.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash
## VIASH START
## VIASH END


set -eo pipefail

Expand Down Expand Up @@ -29,4 +32,6 @@ mv "$par_id"_intercept_slope.txt $par_output_intercept_slope

dupradar_ver=$(Rscript -e "library(dupRadar); cat(as.character(packageVersion('dupRadar')))")
text="bioconductor-dupradar: ${dupradar_ver}"
echo "$text"
echo "$text"

exit 0
Empty file modified src/dupradar/test.sh
100644 → 100755
Empty file.

0 comments on commit 0a79886

Please sign in to comment.