We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d71268 commit 740b969Copy full SHA for 740b969
ProtPeptigram/runner.py
@@ -176,7 +176,7 @@ def run_pipeline(
176
console.print("Warning: None of the specified proteins were found in the data.")
177
# # Fall back to top proteins if specified proteins not found
178
# proteins_to_visualize = select_abundant_proteins(processor, top_n=top, min_peptides=1)
179
- sys.exit(1)
+ sys.exit(0)
180
else:
181
# Use top proteins by peptide count
182
proteins_to_visualize = select_abundant_proteins(processor, top_n=top, min_peptides=1)
0 commit comments