Skip to content

Commit

Permalink
choose WD dynamically for postproccessing
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed Mar 24, 2024
1 parent 3111c49 commit 6943829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def pp(self) -> None:
st.error('Please select at least one mzML file.')
return

base_path = join('..', 'workspaces-flashtaggerviewer', 'default')
base_path = dirname(self.workflow_dir)

uploaded_files = []
for in_mzML in in_mzMLs:
Expand Down

0 comments on commit 6943829

Please sign in to comment.