Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
edna
snakemake_rapidrun_obitools
Commits
b3ac05d9
Commit
b3ac05d9
authored
Jun 15, 2020
by
peguerin
Browse files
change path all_demultiplex.csv
parent
0800b9c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
01_settings/readwrite_rapidrun_demultiplexing.py
View file @
b3ac05d9
...
...
@@ -98,6 +98,6 @@ for run in uniqRuns:
#print(thisRow)
dfMulti
=
dfMulti
.
append
(
thisRow
,
ignore_index
=
True
)
export_csv
=
dfMulti
.
to_csv
(
r
'all_demultiplex.csv'
,
index
=
None
,
header
=
True
)
export_csv
=
dfMulti
.
to_csv
(
r
'
../results/01_settings/
all_demultiplex.csv'
,
index
=
None
,
header
=
True
)
print
(
dfMulti
)
\ No newline at end of file
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