Skip to content

Commit

Permalink
Update uniprot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tabbassidaloii authored Feb 15, 2024
1 parent 1ccc7d9 commit 1c54b42
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/uniprot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ jobs:
uniprot_sprot="datasources/uniprot/data/${UNIPROT_SPROT_NEW}"
sec_ac="datasources/uniprot/data/${SEC_AC_NEW}"
delac_sp="datasources/uniprot/data/${DELAC_SP_NEW}"
echo Check files
echo $sourceVersion
echo $uniprot_sprot
echo $delac_sp
echo $sec_ac
ls -trlh datasources/uniprot/data
# Run rscripts program and capture its exit code
Rscript r/src/uniprot.R $sourceVersion $uniprot_sprot $delac_sp $sec_ac
# Check the exit status of the R script
Expand Down

0 comments on commit 1c54b42

Please sign in to comment.