Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
magatt
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
A compter du 1er avril, attention à vos pipelines :
Nouvelles limitations de Docker Hub
Show more breadcrumbs
UMR GDEC
magatt
Commits
3eac1f97
Commit
3eac1f97
authored
5 years ago
by
Helene Rimbert
Browse files
Options
Downloads
Patches
Plain Diff
update README.md
parent
b85ceff5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+49
-0
49 additions, 0 deletions
README.md
with
49 additions
and
0 deletions
README.md
+
49
−
0
View file @
3eac1f97
# transfertAnnot
Tool used to tranfert annotation between different versions of assemblies.
## Prerequist
*
Anaconda3
Easy way to have a clean environment for Python 3.5 and other tools/lib (seqtk, snakemake numpy pandas).
See instructions here:
[
http://docs.continuum.io/anaconda/install/linux/
](
http://docs.continuum.io/anaconda/install/linux/
)
*
GMAP
See here for installation:
[
http://research-pub.gene.com/gmap/
](
http://research-pub.gene.com/gmap/
)
## Create virtual environement fo the pipeline
After anaconda is installed, we create an virtual environment with python3.5
```
console
$
conda create
--name
iwgsc-tranfertAnnot.venv
python
=
3.5 numpy pandas snakemake seqtk
```
Then we load the virtualenv we just created:
```
console
conda activate iwgsc-tranfertAnnot.venv
```
## Installation
```
git clone git@forgemia.inra.fr:gdec-bioinfo/iwgsc/transfertannot.git
```
## Usage
The pipeline consists in a Snakemake reciep and the input files are indicated in a config file
[
config.yml
](
config.yaml
)
.
For now, the pipeline requires:
*
Current reference
*
GFF of annotation
*
FASTA of reference sequence
*
New target reference sequence
*
FASTA of reference sequence
*
GMAP index
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