-
Notifications
You must be signed in to change notification settings - Fork 2
staciaw/fastqc_aggregator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This script, given a directory, will scrape all subdirectories for fastQC output files (called "fastqc_data") and generate R code as output which, when piped through R, generates compiled data plots. USAGE: process_experiment.pl <directory_with_fastqc_outputs> <outputdir> | R --slave INPUT: a directory (first argument) that has multiple output files from FastQC for different samples OUTPUT: a directory (second argument) created by the script if it doesn't exist with the html and a subdirectory for the PNG images. Example: ./process_experiment.pl /data/experiment/103R ~/output | R --slave N.B. At this time, you need to run the program from inside the directory where the process_experiment script is located.
About
Compiles FastQC output from multiple samples in an experiment into single plots in a report
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published