Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
47075e28
Commit
47075e28
authored
9 years ago
by
kohleman
Browse files
Options
Downloads
Patches
Plain Diff
added creation of aggregated basecallstats
SVN: 34906
parent
42f897ab
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deep_sequencing_unit/source/BDS/analysis_bcl2fastq.bds
+9
-1
9 additions, 1 deletion
deep_sequencing_unit/source/BDS/analysis_bcl2fastq.bds
with
9 additions
and
1 deletion
deep_sequencing_unit/source/BDS/analysis_bcl2fastq.bds
+
9
−
1
View file @
47075e28
...
...
@@ -360,7 +360,7 @@ void startAnalysis (string fcName, string model) {
# Rsync the demultiplexed files
if (taskList{"runRsyncDemultiplexedFiles"}) {
rsyncDemultiplexedFiles(laneListInt)
sleep(
15
00)
sleep(
30
00)
}
# 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"], \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment