Commit 2b29ff6e authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

configure cellranger dependency for GH Actions tests

parent d048b324
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -9,6 +9,10 @@ jobs:
        run: docker-compose up -d
      - name: Status
        run: echo "build complete" 
      - name: Build config
        run: pwd; ls ../*; ls ../../*
      - name: Paths
        run: which cellranger; echo $PATH
      - name: Call functions
        run: bash test/test_call.sh
      - name: Test docker container
+0 −2
Original line number Diff line number Diff line
@@ -9,7 +9,5 @@ jobs:
        run: docker-compose up -d
      - name: Status
        run: echo "build complete" 
      - name: Build config
        run: pwd; ls ../*; ls ../../*
      - name: Test runnning on ICELL8
        run:  test/run_tests_icell8.sh
+3 −2
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ services:
  universc:
    container_name: universc
    build: .
    ports:
      - "5000:5000"
    command: echo "build complete"
  cellranger:
    container_name: cellranger_clean
    image: "tomkellygenetics/cellranger_clean:3.0.2"
+5 −1
Original line number Diff line number Diff line
#!/bin/bash

# run tests in universc directory (parent of test directory)
cd $(dirname ${BASH_SOURCE[0]})/..
pwd

## check cellranger installed
cellranger count ---version

## check convert is installed
bash /universc/launch_universc.sh -v
bash launch_universc.sh -v