Skip to content

Commit

Permalink
Merge pull request #223 from woook/multiqc_v1.6
Browse files Browse the repository at this point in the history
Multiqc v1.6
  • Loading branch information
AmyAmelia authored Sep 6, 2018
2 parents 3bd36b9 + fde935f commit 58bf2fc
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 371 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,3 @@ This script looks for newly demultiplexed runs, uploads the fastq files, builds
#### Alerts
Alerts are sent to Moka-Alerts slack channel

# calculate_nextseq_checksums.py
This script is used to display a message box on the sequencers, with the goal of ensuring data is not lost (eg. by setting off another run) should the data integrity check fail.

This script is run on the sequencers.
The script identifies when a run has started and opens a message box asking for users not to do anything on the sequencer until the integrity check has been performed.
If the script is running on the nextseq checksums are generated by this script and saved into the runfolder in the workstation.
If the script is on a miseq the script waits until the checksum files are present
The message box then changes displaying a message saying the sequencer can or cannot be used based on the checksum results

4 changes: 2 additions & 2 deletions automate_demultiplex_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
debug = False

# =====git release for the automate_demultiplexing repo=====
script_release = "v20.0"
script_release = "v21.0"

# =====location of input/output files=====
# path to run folders
Expand Down Expand Up @@ -84,7 +84,7 @@
# path to paddy app
peddy_path = "Apps/peddy_v1.2"
# path to multiqc app
multiqc_path = "Apps/multiqc_v1.5"
multiqc_path = "Apps/multiqc_v1.6"
# smartsheet app
smartsheet_path = "Apps/smartsheet_mokapipe_complete_v1.1"
# RPKM path
Expand Down
32 changes: 0 additions & 32 deletions crontab.txt

This file was deleted.

Binary file removed integrity_test.xml
Binary file not shown.
328 changes: 0 additions & 328 deletions sequencer_checksum.py

This file was deleted.

0 comments on commit 58bf2fc

Please sign in to comment.