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
edna
snakemake_rapidrun_obitools
Commits
ce24429f
Commit
ce24429f
authored
Jun 09, 2020
by
peguerin
Browse files
change path rapidrun file
parent
d1d720ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
02_assembly/Snakefile
View file @
ce24429f
...
...
@@ -16,8 +16,8 @@ import pandas
#configfile: "01_infos/config.yaml"
rapidrunfile = "../"+config['fichiers']['rapidrun']
#
rapidrunfile = "../"+config['fichiers']['rapidrun']
rapidrunfile = config['fichiers']['rapidrun']
dfr =pandas.read_csv(rapidrunfile, sep="\t")
dfr.columns = ['plaque', 'run','sample','projet','marker']
...
...
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