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
Show more breadcrumbs
UMR GDEC
magatt
Commits
c3567566
Commit
c3567566
authored
4 years ago
by
Helene Rimbert
Browse files
Options
Downloads
Patches
Plain Diff
use files of refseqv1 annot v1.2 for transfert on refseqv2.1
parent
1cfaa5fe
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config.yaml
+4
-4
4 additions, 4 deletions
config.yaml
with
4 additions
and
4 deletions
config.yaml
+
4
−
4
View file @
c3567566
##### QUERY related files/parameters (refseqv1.0)
# GFF annotatin to transfert
annotationQuery
:
'
data/IWGSC_v1.
1
_20
170706
.gff3'
annotationQuery
:
'
data/IWGSC_v1.
2
_20
200508
.gff3'
# feature type used for anchoring on target genome
featureType
:
'
gene'
# FASTA of the query (used to check the sequences after the coordinates are calculated on the target genome)
queryFasta
:
'
data/161010_Chinese_Spring_v1.0_pseudomolecules.fasta'
# blastdb of all mrnas. used to rescue genes which have failed in the transfert using the targeted approache
blastdb
:
'
data/IWGSCv1.
1_all_mrn
a'
blastdb
:
'
data/IWGSC
_
v1.
2_20200508.transcripts.fast
a'
# map of all chromosome ids --> NEED TO BE UPDATED in another version WITH ONE ARRAY FOR THE QUERY AND ONE ARRAY FOR THE TARGET GENOME ASSEMBLY
chromosomes
:
[
'
1A'
,
'
2A'
,
'
3A'
,
'
4A'
,
'
5A'
,
'
6A'
,
'
7A'
,
'
1B'
,
'
2B'
,
'
3B'
,
'
4B'
,
'
5B'
,
'
6B'
,
'
7B'
,
'
1D'
,
'
2D'
,
'
3D'
,
'
4D'
,
'
5D'
,
'
6D'
,
'
7D'
,
'
U'
]
refChrom
:
[
'
chr1A'
,
'
chr1B'
,
'
chr1D'
,
'
chr2A'
,
'
chr2B'
,
'
chr2D'
,
'
chr3A'
,
'
chr3B'
,
'
chr3D'
,
'
chr4A'
,
'
chr4B'
,
'
chr4D'
,
'
chr5A'
,
'
chr5B'
,
'
chr5D'
,
'
chr6A'
,
'
chr6B'
,
'
chr6D'
,
'
chr7A'
,
'
chr7B'
,
'
chr7D'
,
'
chrUn'
]
...
...
@@ -25,8 +25,8 @@ mapq: 30
mismatches
:
0
##### OUTPUT directory
results
:
'
results
DEV
'
finalPrefix
:
'
IWGSC_refseqv2.
0
_annotv2.0'
results
:
'
results'
finalPrefix
:
'
IWGSC_refseqv2.
1
_annotv2.0'
# this file contains two columns: the first is the chromosome name as it appears in the genome.fasta of the new reference,
# and the second the chromosome name as it will appear in the new gene Names
chromMapID
:
'
data/chromosomeMappingID.csv'
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