Skip to content
Snippets Groups Projects
Commit 47075e28 authored by kohleman's avatar kohleman
Browse files

added creation of aggregated basecallstats

SVN: 34906
parent 42f897ab
No related branches found
No related tags found
No related merge requests found
......@@ -360,7 +360,7 @@ void startAnalysis (string fcName, string model) {
# Rsync the demultiplexed files
if (taskList{"runRsyncDemultiplexedFiles"}) {
rsyncDemultiplexedFiles(laneListInt)
sleep(1500)
sleep(3000)
}
# Sync Statistic for Flowcell and Lane statistic
......@@ -429,6 +429,14 @@ void triggerBcl2fastq (string model, int [] laneList) {
void triggerDemultiplexStats (int [] laneCount) {
binary := "/home/sbsuser/munge_demultiplex_files_bcl2fastq/source/mungeDemultiplexStats_bcl2fastq.py"
task python3.4 $binary \
-p "$latestFolder" \
-o "$reportsData/$runFolderName"
wait
sleep(5)
task touch "$reportsData/$marker$runFolderName"
for(int lane : laneCount) {
rsyncRunFolder (["-a"], \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment