Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/uc-cdis/gen3-augur
Browse files Browse the repository at this point in the history
  • Loading branch information
yilin xu authored and yilin xu committed Jan 19, 2021
2 parents 23f3319 + 8c6f879 commit 4917f4d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Access complete genomic sequence from gen3 data common https://chicagoland.pande

## Download credentials.json from data common and copy the credentials.json into config folder
```
copy credentials.json gen3-augur/config
copy credentials.json gen3-augur/config/credentials.json
```

## Installing dependencies
Expand All @@ -25,5 +25,9 @@ python setup.py develop
## Run shell script
```
cd gen3-augur
mkdir data
mkdir logs
mkdir results
mkdir auspice
bash gen3-augur.sh >> logs/run_pipeline.log
```

0 comments on commit 4917f4d

Please sign in to comment.