Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,697
Issues
1,697
List
Boards
Labels
Service Desk
Milestones
Merge Requests
91
Merge Requests
91
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
1ef91e19
Commit
1ef91e19
authored
Dec 31, 2020
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: tdd, AIRR fields 'vj_in_frame' and 'stop_codon'
see
#3569
parent
0aa91600
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
4 deletions
+17
-4
algo/tests/should-get-tests/airr-S22.should
algo/tests/should-get-tests/airr-S22.should
+3
-3
algo/tests/should-get-tests/productive.should
algo/tests/should-get-tests/productive.should
+14
-1
No files found.
algo/tests/should-get-tests/airr-S22.should
View file @
1ef91e19
...
...
@@ -29,9 +29,9 @@ $ One clone has 8 reads, two clones have 5 reads
1:IGH 8
2:IGH 5
$ Two clones are productive, no clone is labeled as non-productive
2:\tT\t
0:\tF\t
$ Two clones are productive
(productive, vj_in_frame, NOT stop_codon)
, no clone is labeled as non-productive
2:\tT\t
T\tF\t
0:\tF\t
[FT]\t[FT]\t
$ v_call for 2 clones (-z 2)
2:IGHV
...
...
algo/tests/should-get-tests/productive.should
View file @
1ef91e19
...
...
@@ -17,4 +17,17 @@ $ Cause of unproductivity
:clones[0].seg.junction.unproductive: stop-codon
0:clones[1].seg.junction.unproductive
:clones[2].seg.junction.unproductive: out-of-frame
:clones[3].seg.junction.unproductive: too-short
\ No newline at end of file
:clones[3].seg.junction.unproductive: too-short
!OUTPUT_FILE: out/productive_stop_outframe.tsv
!LAUNCH: echo
!OPTIONS: --mod Jr
$ Clone 001, AIRR: NOT productive, vdj_in_frame, stop_codon
1:001.*\tF\tT\tT\t
$ Clone 002, AIRR: productive, vdj_in_frame, NOT stop_codon
1:002.*\tT\tT\tF\t
$ Clone 003, AIRR: NOT productive, NOT vdj_in_frame, NULL stop_codon
1:003.*\tF\tF\t\t
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment