Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PTV
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Véronique LEGRAND
PTV
Commits
8414d42d
Commit
8414d42d
authored
5 years ago
by
Veronique Legrand
Browse files
Options
Downloads
Patches
Plain Diff
now using chunk mapper for tests
parent
da34dbdf
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
PhageTerm.py
+2
-2
2 additions, 2 deletions
PhageTerm.py
with
2 additions
and
2 deletions
PhageTerm.py
+
2
−
2
View file @
8414d42d
...
@@ -48,7 +48,7 @@ from multiprocessing import Manager
...
@@ -48,7 +48,7 @@ from multiprocessing import Manager
from
_modules.utilities
import
checkPhageName
from
_modules.utilities
import
checkPhageName
from
_modules.functions_PhageTerm
import
*
from
_modules.functions_PhageTerm
import
*
from
_modules.IData_handling
import
getAllReads
,
refData
from
_modules.IData_handling
import
getAllReads
,
refData
from
_modules.GPU_
m
apper
import
gpuBasic
Mapper
from
_modules.GPU_
chunkM
apper
import
GPU_chunk
Mapper
from
_modules.common_readsCoverage_processing
import
processCovValuesForSeq
from
_modules.common_readsCoverage_processing
import
processCovValuesForSeq
from
_modules.functions_PhageTerm_gpu
import
readsCoverageGPU
from
_modules.functions_PhageTerm_gpu
import
readsCoverageGPU
...
@@ -79,7 +79,7 @@ def main():
...
@@ -79,7 +79,7 @@ def main():
if
tParms
.
gpu
!=
0
:
if
tParms
.
gpu
!=
0
:
RE
,
d_rinfo
=
getAllReads
(
inRawDArgs
.
fastq
,
fParms
.
seed
,
inRawDArgs
.
paired
)
RE
,
d_rinfo
=
getAllReads
(
inRawDArgs
.
fastq
,
fParms
.
seed
,
inRawDArgs
.
paired
)
ref_data
=
refData
(
inDArgs
.
refseq_liste
,
fParms
.
seed
,
inDArgs
.
hostseq
)
ref_data
=
refData
(
inDArgs
.
refseq_liste
,
fParms
.
seed
,
inDArgs
.
hostseq
)
mapper
=
gpuBasic
Mapper
(
RE
,
ref_data
)
mapper
=
GPU_chunk
Mapper
(
RE
,
ref_data
,
"
/pasteur/scratch/users/vlegrand/mapping_res
"
,
2
)
mapping_res
=
mapper
.
doMapping
()
mapping_res
=
mapper
.
doMapping
()
exit
()
# TODO: remove this, this is to temporary in order to test the mapping of huge datasets on GPU.
exit
()
# TODO: remove this, this is to temporary in order to test the mapping of huge datasets on GPU.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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