Skip to content

Commit

Permalink
first refactoring of the commandline
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed May 30, 2024
1 parent 3d2cf49 commit 2149153
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ jobs:
ibaqpy --help
- name: Test commandline normalization features
run: |
rm -rfv tests/PXD003947/PXD003947-peptides-norm.csv
rm -rfv tests/PXD003947/PXD003947-peptides-norm.parquet
ibaqpy features2peptides --parquet tests/PXD003947/PXD003947-feature.parquet --sdrf tests/PXD003947/PXD003947.sdrf.tsv --min_aa 7 --min_unique 2 --remove_ids data/contaminants_ids.tsv --remove_decoy_contaminants --remove_low_frequency_peptides --output tests/PXD003947/PXD003947-peptides-norm.csv --skip_normalization --nmethod median --pnmethod max_min --log2 --save_parquet

0 comments on commit 2149153

Please sign in to comment.