Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BioFlow-Insight-Study
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shareFAIR
BioFlow-Insight-Study
Commits
b60a4ef0
Commit
b60a4ef0
authored
1 year ago
by
George Marchment
Browse files
Options
Downloads
Patches
Plain Diff
run analysis
parent
3e04f662
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
different_errors_detected.csv
+15
-0
15 additions, 0 deletions
different_errors_detected.csv
failed_2_analyse.txt
+538
-0
538 additions, 0 deletions
failed_2_analyse.txt
study.ipynb
+1257
-177
1257 additions, 177 deletions
study.ipynb
with
1810 additions
and
177 deletions
different_errors_detected.csv
0 → 100644
+
15
−
0
View file @
b60a4ef0
Error description Number of workflows
Incorrect number of parameters given for a process or a subworkflow call 16
Channel trying to be created with a name already given to an existing element 27
Multiple channels are given by an emit even though only expecting one 1
Tried to access an emit even though the element its emitting has not been called 16
Tried to include a file which doesn't exist 14
An include was present in a main or subworkflow 1
In a pipe operator, the first thing called does not exist 11
Syntax error in the code (e.g. not the same of parentheses) 35
Element (process or subworkflow) is expected to be defined in a file but is not 8
A subworkflow either emits nothing or too many values for use in an operation 20
A subworkflow or process was defined badly (e.g. multiple input sections, multiple main sections...) 10
Unknown element used in a pipe operator. 1
Ternary conditional operator used with a tuple. 2
Tuple associated with a call. 5
This diff is collapsed.
Click to expand it.
failed_2_analyse.txt
0 → 100644
+
538
−
0
View file @
b60a4ef0
This diff is collapsed.
Click to expand it.
study.ipynb
+
1257
−
177
View file @
b60a4ef0
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