Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
I ICOADS R HOSTACE
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • brivas
  • ICOADS R HOSTACE
  • Wiki
  • Home

Home · Changes

Page history
added links to technical reports authored Jun 15, 2020 by bearecinos's avatar bearecinos
Show whitespace changes
Inline Side-by-side
Showing with 6 additions and 4 deletions
+6 -4
  • Home.md Home.md +6 -4
  • No files found.
Home.md
View page @ 584bdc76
......@@ -29,12 +29,14 @@ graph LR;
Repository --> scr ;
Repository --> rscripts;
Repository --> rutils;
Repository --> docs;
Repository --> config.yml;
scr --> id1["c-shell / bash scripts to run the entire data processing according to the workflow"];
rscripts --> id2["Rscripts to run each data processing stage defined in Workflow (scr) "];
rutils --> id3["Collection of utility functions"];
config.yml --> id4["Configuration file"];
scr --> id1["c-shell / bash scripts to run the entire data processing"];
rscripts --> id2["Rscripts to run each data processing stage defined in scr"];
rutils --> id3["Collection of utility functions "];
docs --> id4["Technical Report"];
config.yml --> id5["Configuration file "];
```
About
......
Clone repository

Wiki pages

Home

Introduction
Installation
JASMIN tips

Workflow
- Data selection
- Processing of ID's
- Matching criteria
- Quality control
- Duplicate identification

API Reference

Releases

Examples