Skip to content

Commit

Permalink
Assigned pwd to a var
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Feb 27, 2024
1 parent 40ef102 commit 166ccd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ ncbi_removed_subset:
wget "https://kg-hub.berkeleybop.io/kg-microbe/current/raw/ncbitaxon_removed_subset.json" -O data/raw/ncbitaxon_removed_subset.json

uniprot-download:
uniprot2s3 run --no-show-status --input-dir "$(pwd)/data/raw/"
PWD=$(pwd)
uniprot2s3 run --no-show-status --input-dir $(PWD)/data/raw

0 comments on commit 166ccd1

Please sign in to comment.