Skip to content

Commit

Permalink
Merge pull request #20 from dnwillia23/master
Browse files Browse the repository at this point in the history
Updated MultQC extract script and removed problem file
  • Loading branch information
jaamarks authored Oct 18, 2023
2 parents 3f394ce + c5a693f commit 41e057e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 0 additions & 3 deletions multiqc_extract/v1.0/.gitignore

This file was deleted.

6 changes: 5 additions & 1 deletion multiqc_extract/v1.0/unzip_extract_stats.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
library(jsonlite)

zip_files <- list.files(path = ".", pattern = "\\.zip")
zip_files <- list.files(path = ".", pattern = "multiqc_data\\.zip")

if(length(zip_files)==0){
stop("No MultiQC ZIP files found. Exiting")
}

for (zip_file in zip_files){
output_dir_name <- "output_dir"
Expand Down

0 comments on commit 41e057e

Please sign in to comment.