Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
2a078d1c
Commit
2a078d1c
authored
Feb 25, 2016
by
HERBERT Ryan
Browse files
task.py switching mixcr to single-threadedw
parent
9b8778f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/models/task.py
View file @
2a078d1c
...
...
@@ -232,12 +232,11 @@ def run_mixcr(id_file, id_config, id_data, id_fuse, clean_before=False, clean_af
## commande complete
mixcr
=
defs
.
DIR_MIXCR
+
'mixcr'
cmd
=
mixcr
+
' align --save-reads -t
3
-r '
+
report
+
'.aln'
cmd
=
mixcr
+
' align --save-reads -t
1
-r '
+
report
+
'.aln'
#+ output_filename
# TODO reduce threads
cmd
+=
' '
+
seq_file
+
' '
+
out_alignments
cmd
+=
' && '
+
mixcr
+
' assemble -t
3
-r '
+
report
+
'.asmbl '
+
out_alignments
+
' '
+
out_clones
cmd
+=
' && '
+
mixcr
+
' exportClones -t
3
--format vidjil -germline -id -name -reads -sequence -top -seg -s '
+
out_clones
+
' '
+
out_results
cmd
+=
' && '
+
mixcr
+
' assemble -t
1
-r '
+
report
+
'.asmbl '
+
out_alignments
+
' '
+
out_clones
cmd
+=
' && '
+
mixcr
+
' exportClones -t
1
--format vidjil -germline -id -name -reads -sequence -top -seg -s '
+
out_clones
+
' '
+
out_results
## execute la commande MiXCR
print
"=== Launching MiXCR ==="
...
...
Write
Preview
Supports
Markdown
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