File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898 - name : untar
9999 run : ls *.tar.zst | xargs -I{} tar xavf {}
100100 - run : tree
101- - name : run monitoring
101+ - name : qtl histogram
102102 run : |
103103 bin/qtl histogram \
104104 -d ${{env.dataset}} \
@@ -115,7 +115,7 @@ jobs:
115115 path : slurm
116116 - uses : actions/upload-artifact@v4
117117 with :
118- name : outfiles_monitoring_ ${{ matrix.type }}
118+ name : outfiles_histogram_ ${{ matrix.type }}
119119 retention-days : 14
120120 path : outfiles
121121
@@ -144,7 +144,7 @@ jobs:
144144 - name : untar
145145 run : ls *.tar.zst | xargs -I{} tar xavf {}
146146 - run : tree
147- - name : test monitoring swifjob
147+ - name : test swifjob
148148 run : |
149149 single_rundir=$(find validation_files -mindepth 1 -maxdepth 1 -type d | head -n1)
150150 echo "single_rundir = $single_rundir"
@@ -183,7 +183,7 @@ jobs:
183183 - name : untar
184184 run : ls *.tar.zst | xargs -I{} tar xavf {}
185185 - run : tree
186- - name : run timelines
186+ - name : qtl analysis
187187 run : |
188188 ${{matrix.qtl_cmd}} \
189189 -d ${{env.dataset}} \
You can’t perform that action at this time.
0 commit comments