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
864eb955
Commit
864eb955
authored
1 year ago
by
Helene Rimbert
Browse files
Options
Downloads
Patches
Plain Diff
TEST: updated test data archive and test_config.yaml
parent
ff434d02
No related branches found
Branches containing commit
No related tags found
1 merge request
!14
Test data
Pipeline
#163611
passed
1 year ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test_data/config.yaml
+51
-0
51 additions, 0 deletions
test_data/config.yaml
test_data/magatt_reference_test.tar.gz
+2
-2
2 additions, 2 deletions
test_data/magatt_reference_test.tar.gz
with
53 additions
and
2 deletions
test_data/config.yaml
0 → 100644
+
51
−
0
View file @
864eb955
##### QUERY related files/parameters (refseqv2.1)
# GFF annotatin to transfert
annotationQuery
:
'
test_data/reference.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
:
'
test_data/reference.fa'
# blastdb of all mrnas. used to rescue genes which have failed in the transfert using the targeted approache
blastdb
:
'
test_data/reference_mrna.fa'
# 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'
]
refChrom
:
[
'
chr1A'
,
'
chr1B'
,
'
chr1D'
,
'
chr2A'
,
'
chr2B'
,
'
chr2D'
,
'
chr3A'
,
'
chr3B'
,
'
chr3D'
,
'
chr4A'
,
'
chr4B'
,
'
chr4D'
,
'
chr5A'
,
'
chr5B'
,
'
chr5D'
,
'
chr6A'
,
'
chr6B'
,
'
chr6D'
,
'
chr7A'
,
'
chr7B'
,
'
chr7D'
,
'
chrUn'
]
##### Transfert mode
# transfert all isoforms (all) or only the '.1' (first)
transferType
:
'
first'
##### TARGET related files/parameters
# FASTA of the target genome
targetFasta
:
'
test_data/target.fa'
#GMAP index of the genome for -d option
targetGmapIndex
:
'
target.fa.gmapidx'
#GMAP index: path to the gmapindex directory, for -D option
targetGmapIndexPath
:
'
./test_data/'
#BWA index prefix
targetBwaIdx
:
'
test_data/target.fa'
##### ISBP/markers related config and parameters
# BED file of coordinates on the query genome (REFSEQ v2.1)
isbpBed
:
'
test_data/isbps.bed'
# BWA threads for mapping
bwaThreads
:
16
# FLAG : F flag for samtools
flag_F
:
3844
# minimum mapping quality of markers on the target genome
mapq
:
30
# max mismatches per ISBP/marker
mismatches
:
2
##### OUTPUT directory
results
:
'
test_data/results'
finalPrefix
:
'
MAGATT_TEST'
# 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
:
'
test_data/chrMapping.txt'
##### Nomenclature for final gene IDs
# used in rule renameGeneIds (rules/geneAnchoring.smk)
gff_prefix
:
'
TraesCSTest'
gff_version
:
'
01G'
gff_source
:
'
MAGATT-TEST'
This diff is collapsed.
Click to expand it.
test_data/magatt_reference_test.tar.gz
LFS
+
2
−
2
View file @
864eb955
No preview for this file type
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