Skip to content

Commit

Permalink
test assembly on circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Feb 28, 2019
1 parent a282a4a commit 88e94c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
- run: atlas init --db-dir $DATABASE_DIR --threads $N_THREADS -w $WORKING_DIR example_data
- run: atlas run qc -w $WORKING_DIR --create-envs-only
- run: atlas run qc -w $WORKING_DIR --config java_mem=$MEM assembly_mem=$MEM
#- run: atlas run assemble -w $WORKING_DIR
# - run: atlas run
- run: atlas run assemble -w $WORKING_DIR --create-envs-only
- run: atlas run assemble -w $WORKING_DIR --config java_mem=$MEM assembly_mem=$MEM
- run: atlas run --create-envs-only

workflows:
version: 2
Expand Down

0 comments on commit 88e94c1

Please sign in to comment.