Skip to content

Commit

Permalink
download input file for filtering CI from figshare
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Feb 22, 2024
1 parent e16c2b2 commit ee5f303
Showing 1 changed file with 16 additions and 22 deletions.
38 changes: 16 additions & 22 deletions .github/workflows/filtering-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,7 @@ jobs:
- name: Preparing the data
run: |
mkdir -p teaseq/preprocessing && cd teaseq/preprocessing
# curl -L -o TODO https://figshare.com/ndownloader/files/TODO
- name: Preparing the data (artifact)
uses: actions/download-artifact@v3
with:
name: teaseq_unfilt.h5mu
path: teaseq/preprocessing/teaseq_unfilt.h5mu
# curl -L -o teaseq_unfilt.h5mu https://figshare.com/ndownloader/files/44639302
# Note: we run the following to test that the commands works
# However, the following task will replacing the file anyway
Expand All @@ -78,26 +72,26 @@ jobs:
cd teaseq/preprocessing
curl -o pipeline.yml https://panpipes-tutorials.readthedocs.io/en/latest/_downloads/efb55f083a8aeb1bc12f18ac61f6637b/pipeline.yml
# - name: Replace template contents in configuration file
# run: |
# cd teaseq/preprocessing
# sed -i 's+/Users/fabiola.curion/Documents/devel/miniconda3/envs/pipeline_env+pipeline_env+g' pipeline.yml
- name: Replace template contents in configuration file
run: |
cd teaseq/preprocessing
sed -i 's+/Users/fabiola.curion/Documents/devel/miniconda3/envs/pipeline_bbknn+pipeline_env+g' pipeline.yml
- name: File tree
if: env.debug == 'true'
run: tree teaseq

# - name: Review pipeline tasks
# shell: bash -el {0}
# run: |
# cd teaseq/preprocessing
# panpipes preprocessing show full --local

# - name: Run pipeline tasks
# shell: bash -el {0}
# run: |
# cd teaseq/preprocessing
# panpipes preprocessing make full --local
- name: Review pipeline tasks
shell: bash -el {0}
run: |
cd teaseq/preprocessing
panpipes preprocess show full --local
- name: Run pipeline tasks
shell: bash -el {0}
run: |
cd teaseq/preprocessing
panpipes preprocess make full --local
- name: File tree
if: env.debug == 'true'
Expand Down

0 comments on commit ee5f303

Please sign in to comment.