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
f3c6d2b8
Commit
f3c6d2b8
authored
Apr 22, 2016
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vdj_assign: takes only the interesting part of the Fasta header
parent
68107039
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
algo/tools/vdj_assign.cpp
algo/tools/vdj_assign.cpp
+2
-2
No files found.
algo/tools/vdj_assign.cpp
View file @
f3c6d2b8
...
@@ -57,8 +57,8 @@ int main(int argc, const char** argv)
...
@@ -57,8 +57,8 @@ int main(int argc, const char** argv)
string
read
=
argv
[
1
];
string
read
=
argv
[
1
];
string
germline
=
argv
[
2
];
string
germline
=
argv
[
2
];
Fasta
Vgenes
(
germline
+
"V.fa"
);
Fasta
Vgenes
(
germline
+
"V.fa"
,
2
,
"|"
);
Fasta
Jgenes
(
germline
+
"J.fa"
);
Fasta
Jgenes
(
germline
+
"J.fa"
,
2
,
"|"
);
Fasta
interestingV
=
extractInterestingGenes
(
Vgenes
,
argv
[
3
]);
Fasta
interestingV
=
extractInterestingGenes
(
Vgenes
,
argv
[
3
]);
Fasta
interestingJ
=
extractInterestingGenes
(
Jgenes
,
argv
[
4
]);
Fasta
interestingJ
=
extractInterestingGenes
(
Jgenes
,
argv
[
4
]);
...
...
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