Skip to content

Commit

Permalink
dl primer info
Browse files Browse the repository at this point in the history
  • Loading branch information
hector-baez committed Feb 16, 2024
1 parent e0985b9 commit 805b8d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tronko/assign/qc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ switchAWSCreds $S3_ACCESS_KEY_ID $S3_SECRET_ACCESS_KEY $S3_DEFAULT_REGION
aws s3 sync s3://$S3_BUCKET/projects/$PROJECTID/samples $PROJECTID-$PRIMER/samples --no-progress --endpoint-url $S3_ENDPOINT


# download primer info
aws s3 sync s3://$S3_BUCKET/projects/$PROJECTID/QC $PROJECTID-$PRIMER/ --exclude "*/*" --no-progress --endpoint-url $S3_BUCKET

# Set creds for js2 to download old QC if they exist
switchAWSCreds $JS2_ACCESS_KEY_ID $JS2_SECRET_ACCESS_KEY $JS2_DEFAULT_REGION
aws s3 sync s3://$JS2_BUCKET/projects/$PROJECTID/QC $PROJECTID-$PRIMER/ --exclude "*/*" --no-progress --endpoint-url $JS2_ENDPOINT
Expand Down

0 comments on commit 805b8d6

Please sign in to comment.