Skip to content

Commit

Permalink
Hide download proteome button (#2326)
Browse files Browse the repository at this point in the history
* reverted filtering method for psms passed to FlashLFQ

* presto chango

---------

Co-authored-by: Alex <[email protected]>
Co-authored-by: MICHAEL SHORTREED <[email protected]>
Co-authored-by: Nic Bollis <[email protected]>
  • Loading branch information
4 people committed Dec 13, 2023
1 parent ed03a49 commit b192bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MetaMorpheus/GUI/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
</TextBlock>

<!--Buttons to add databases-->
<Button Name="DownloadUniProtDatabaseButton" Grid.Row="2" Content="DOWNLOAD PROTEOME"
<Button Name="DownloadUniProtDatabaseButton" Grid.Row="2" Content="DOWNLOAD PROTEOME" Visibility="Collapsed"
Click="DownloadUniProtDatabase_Click" Style="{StaticResource ImportantButtonStyle}" Margin="10,0,0,0" HorizontalAlignment="Left" />

<Button Name="OpenProteomesFolder" Grid.Row="2" Content="OPEN PROTEOMES FOLDER"
Expand Down

0 comments on commit b192bfc

Please sign in to comment.