Skip to content

Commit

Permalink
add parameters for decoy db
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed May 10, 2024
1 parent aef7465 commit a5fe292
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@ def configure(self) -> None:
self.ui.select_input_file("mzML-files", multiple=True)
self.ui.select_input_file("fasta-file", multiple=False)

self.ui.input_widget(
'generate_decoys', name='Use target-decoy approach?', widget_type='checkbox'
)
self.ui.input_widget(
'few_proteins', name='Do you expect <100 Proteins?', widget_type='checkbox'
)

# Create tabs for different analysis steps.
t = st.tabs(
["**FLASHDeconv**", "**FLASHTagger**"]
Expand Down

0 comments on commit a5fe292

Please sign in to comment.