This is an attempt to have a monitor for incoming ONT data.
receive.sh
monitors a working directory and performs an analysis whenever data comes inontMetagenomics.sh
runs initial metagenomics analysis like Kraken2compile.sh
compiles initial analyses fromontMetagenomics.sh
.
receive.sh
creates a working directory with subfolders
- inbox is where reads are manually added
- log is where log files go
- outbox is where reads are moved to
- compiled is where compiled results go to from
compile.sh
.