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
khalid
radsex
Commits
56c79066
Commit
56c79066
authored
Sep 19, 2017
by
Romain Feron
Browse files
Small change in plink pled file output
parent
510be9af
Changes
1
Hide whitespace changes
Inline
Side-by-side
radseq_analysis/output/plink_ped_file.py
View file @
56c79066
...
...
@@ -18,7 +18,7 @@ def plink_ped_file(output_file_root, popmap, haplotypes):
output_file
.
write
(
'1'
+
'
\t
'
)
output_file
.
write
(
'1'
+
'
\t
'
)
else
:
output_file
.
write
(
'
2
'
+
'
\t
'
)
output_file
.
write
(
'
1
'
+
'
\t
'
)
output_file
.
write
(
individual
+
'
\t
'
)
output_file
.
write
(
'0'
+
'
\t
'
)
output_file
.
write
(
'0'
+
'
\t
'
)
...
...
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