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,696
Issues
1,696
List
Boards
Labels
Service Desk
Milestones
Merge Requests
88
Merge Requests
88
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
00c9f9d3
Commit
00c9f9d3
authored
Apr 19, 2019
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: remove $VIDJIL_DEFAULT_OPTIONS in the remaining cases, there are $EXTRA
see
#3762
parent
8bc797d3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
algo/tests/should-get-tests/germlines-read.should
algo/tests/should-get-tests/germlines-read.should
+1
-1
algo/tests/should-get-tests/large-r.should
algo/tests/should-get-tests/large-r.should
+1
-1
algo/tests/should-get-tests/revcomp.should
algo/tests/should-get-tests/revcomp.should
+1
-1
No files found.
algo/tests/should-get-tests/germlines-read.should
View file @
00c9f9d3
!LAUNCH: ($LAUNCHER $VIDJIL_DIR/$EXEC $EXTRA
$VIDJIL_DEFAULT_OPTIONS
-c germlines -g $VIDJIL_DIR/germline/homo-sapiens.g:TRA,TRB,TRD,TRG,IGH,IGK,IGL --trim 100 -s '######-######' $VIDJIL_DATA/Stanford_S22.fasta)
!LAUNCH: ($LAUNCHER $VIDJIL_DIR/$EXEC $EXTRA -c germlines -g $VIDJIL_DIR/germline/homo-sapiens.g:TRA,TRB,TRD,TRG,IGH,IGK,IGL --trim 100 -s '######-######' $VIDJIL_DATA/Stanford_S22.fasta)
$ number of reads and kmers
$ number of reads and kmers
1:13153 reads, 3020179 kmers
1:13153 reads, 3020179 kmers
...
...
algo/tests/should-get-tests/large-r.should
View file @
00c9f9d3
!LAUNCH: (i=1; while [ $i -le 100000 ]; do echo '>read' ; echo ccgtgtattactgtgcgagagagctgaatacttccagcactg ; i=$((i+1)); done ;) > same-igh-100k.fa ; $LAUNCHER $VIDJIL_DIR/$EXEC $EXTRA
$VIDJIL_DEFAULT_OPTIONS
-g $VIDJIL_DIR/germline/homo-sapiens.g:IGH -r 5000 -w 15 same-igh-100k.fa; rm -f same-igh-100k.fa
!LAUNCH: (i=1; while [ $i -le 100000 ]; do echo '>read' ; echo ccgtgtattactgtgcgagagagctgaatacttccagcactg ; i=$((i+1)); done ;) > same-igh-100k.fa ; $LAUNCHER $VIDJIL_DIR/$EXEC $EXTRA -g $VIDJIL_DIR/germline/homo-sapiens.g:IGH -r 5000 -w 15 same-igh-100k.fa; rm -f same-igh-100k.fa
$ Find a unique clone with all reads
$ Find a unique clone with all reads
1:>clone-001--IGH--0100000--100.--window
1:>clone-001--IGH--0100000--100.--window
...
...
algo/tests/should-get-tests/revcomp.should
View file @
00c9f9d3
!LAUNCH: $LAUNCHER $VIDJIL_DIR/$EXEC $EXTRA
$VIDJIL_DEFAULT_OPTIONS
-k 9 -V $VIDJIL_DIR/germline/homo-sapiens/IGHV.fa -J $VIDJIL_DIR/germline/homo-sapiens/IGHJ.fa -K -c clones $VIDJIL_DATA/revcomp.fa ; grep 'X.X.X' out/revcomp.affects | sed 's/[^X]//g' | sort -u ; grep '#>' out/revcomp.affects | sed 's/.*SEG.../e-value:/' | cut -f 1 -d' '
!LAUNCH: $LAUNCHER $VIDJIL_DIR/$EXEC $EXTRA -k 9 -V $VIDJIL_DIR/germline/homo-sapiens/IGHV.fa -J $VIDJIL_DIR/germline/homo-sapiens/IGHJ.fa -K -c clones $VIDJIL_DATA/revcomp.fa ; grep 'X.X.X' out/revcomp.affects | sed 's/[^X]//g' | sort -u ; grep '#>' out/revcomp.affects | sed 's/.*SEG.../e-value:/' | cut -f 1 -d' '
$ Segments both reads, normal and reverse
$ Segments both reads, normal and reverse
1:junction detected in 2 reads
1:junction detected in 2 reads
...
...
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