Skip to content

Commit

Permalink
DeepRescore2 update!
Browse files Browse the repository at this point in the history
  • Loading branch information
XinpeiYi committed Oct 26, 2023
1 parent 3d32ab4 commit 7172bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DeepRescore2/Script/DeepRescore2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ if ls "$rawSpectraPath"/*.raw 1> /dev/null 2>&1; then
echo "RAW files provided"
else
echo "no RAW files, please provide!"
exit 3
exit 2
fi

if ls "$spectraPath"/*.mgf 1> /dev/null 2>&1; then
echo "MGF files provided"
else
echo "no MGF files, please provide!"
exit 2
exit 3
fi

if [ -f "$inputFeaturePath" ]; then
Expand Down

0 comments on commit 7172bc5

Please sign in to comment.