Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VEBER Philippe
codepi
Commits
cb149119
Commit
cb149119
authored
Jul 17, 2019
by
LANORE Vincent
Browse files
Changed count_py command to use python3
parent
143c7e29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.ocamlinit
.ocamlinit
+1
-1
No files found.
.ocamlinit
View file @
cb149119
...
...
@@ -19,7 +19,7 @@ let ac_gc_stats ?pos d =
Alistats.nucleotide_fasta_gc_ac ?pos tree al
let count_py w =
Sys.command (Core.sprintf "python lib/scripts/count_detected.py %s" (Dbg.path w))
Sys.command (Core.sprintf "python
3
lib/scripts/count_detected.py %s" (Dbg.path w))
|> ignore
let h0 =
...
...
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