Skip to content

Commit

Permalink
exclude other files from newcastle brca (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
shilpigoeldev authored Mar 11, 2024
1 parent 9bbf9ba commit aad55d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ for x in $(find $DIRPATH/$FILEPATH -type f -name "*.pseudo" -path "*/$PROV/*" \
-not -path "*/2017/*" \
! -name "*Colorectal*" \
! -name "*Other*" \
! -name "*other*" \
! -name "*CAPP2*")
do
IFS="$OIFS"
Expand Down

0 comments on commit aad55d7

Please sign in to comment.