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
Sam Nooij
Jovian screener
Commits
576359c1
Commit
576359c1
authored
Apr 07, 2020
by
Sam Nooij
Browse files
Correct typo: default samples value
parent
0c50ad5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/create_per_sample_fasta.py
View file @
576359c1
...
...
@@ -105,7 +105,7 @@ def read_and_create_fastas(input_file, samples):
#Make sure if samples were given, if each of them has an output file.
#And if not, create an empty file.
if
samples
!=
"
n
one"
:
if
samples
!=
"
N
one"
:
for
sample
in
samples
:
#For each specified sample
output_file
=
Path
(
input_dir
/
(
"%s-%s-scaffolds.fasta"
%
(
sample
,
species
)))
...
...
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