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
9d0dc6e4
Commit
9d0dc6e4
authored
Jun 16, 2020
by
peguerin
Browse files
fix input path file
parent
1c36c1dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
04_filter_samples/Snakefile
View file @
9d0dc6e4
...
...
@@ -13,7 +13,7 @@ dfMulti =pandas.read_csv("../results/01_settings/all_demultiplex.csv", sep=",")
dfMultiChecked = dfMulti
for thisDemultiplex in dfMulti.demultiplex:
file_sample = "../03_demultiplex/02_raw/"+thisDemultiplex+".fasta"
file_sample = "../
results/
03_demultiplex/02_raw/"+thisDemultiplex+".fasta"
if not os.path.exists(file_sample):
print("WARNING: ", file_sample," not found. We removed it from this analysis.")
dfMultiChecked = dfMultiChecked[dfMultiChecked.demultiplex != thisDemultiplex]
...
...
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