Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jass_preprocessing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
Statistical-Genetics
jass_preprocessing
Commits
efaed84e
Commit
efaed84e
authored
6 years ago
by
hjulienne
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.pasteur.fr/statistical-genetics/JASS_Pre-processing
parents
fa64fdff
9df7ebfb
No related branches found
No related tags found
No related merge requests found
Pipeline
#7773
passed
6 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+24
-0
24 additions, 0 deletions
.gitlab-ci.yml
README.md
+1
-27
1 addition, 27 deletions
README.md
with
25 additions
and
27 deletions
.gitlab-ci.yml
0 → 100644
+
24
−
0
View file @
efaed84e
image
:
centos:centos7
pages
:
script
:
-
yum install -y epel-release wget
-
wget https://centos7.iuscommunity.org/ius-release.rpm
-
rpm -Uvh ius-release*.rpm
-
yum provides python3.5
-
yum install -y python35u python35u-libs python35u-devel python35u-pip
-
pip3.5 install -U pip
-
pip3.5 install virtualenv
-
virtualenv -p python3.5 venv
-
. venv/bin/activate
-
pip3 install sphinx
-
yum install -y make
-
pip3 install sphinx
-
pip3 install sphinxcontrib-bibtex
-
cd jass_preprocessing/doc
-
make html
-
mv _build/html/ ../../public
artifacts
:
paths
:
-
public
only
:
-
master
This diff is collapsed.
Click to expand it.
README.md
+
1
−
27
View file @
efaed84e
# Preprocessing package for cleaning and formating data for JASS
This helper package convert heterogeneous GWAS summary statistic format to
the IMPG input format.
## Installation
*Requirement*
:
## Usage
Once installed the preprocessing can be launch in the following manner:
## reference panel format:
The user is expected to provide a reference panel with the following
column naming and column types:
| chr | pos | snp_id | ref | alt | MAF |
|-----|-----|--------|-----|-----|-----|
|1 |13116 |rs62635286 | T| G| 0.0970447|
|1 |13118 |rs200579949 |A |G |0.0970447|
|1 |14604 |rs541940975 |A |G |0.147564|
|1 |14930 |rs75454623 |A |G |0.482228|
***
## Output format
['rsID', 'pos', 'A0', "A1", "Z" ]
The package is documented at http://statistical-genetics.pages.pasteur.fr/JASS_Pre-processing/
\ No newline at end of file
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