@@ -26,7 +26,7 @@ output_hvg: force_null
2626output_knn: force_null
2727publish_dir: s3://openproblems-data/resources/datasets
2828HERE
29- <
29+
3030cat > " /tmp/nextflow.config" << 'HERE '
3131process {
3232 withName:'.*publishStatesProc' {
@@ -36,20 +36,20 @@ process {
3636}
3737HERE
3838
39- # tw launch https://github.com/openproblems-bio/openproblems.git \
40- # --revision main_build \
41- # --pull-latest \
42- # --main-script target/nextflow/datasets/workflows/scrnaseq/process_openproblems_op3/main.nf \
43- # --workspace 53907369739130 \
44- # --params-file "$params_file" \
45- # --labels op3,dataset_loader \
46- # --config /tmp/nextflow.config
39+ tw launch https://github.com/openproblems-bio/openproblems.git \
40+ --revision build/main \
41+ --pull-latest \
42+ --main-script target/nextflow/datasets/workflows/scrnaseq/process_openproblems_op3/main.nf \
43+ --workspace 53907369739130 \
44+ --params-file " $params_file " \
45+ --labels op3,dataset_loader \
46+ --config /tmp/nextflow.config
4747
48- set -x
49- export AWS_PROFILE=op
50- nextflow run . \
51- -main-script target/nextflow/datasets/workflows/scrnaseq/process_openproblems_op3/main.nf \
52- -profile docker \
53- -resume \
54- -params-file " $params_file " \
55- -config /tmp/nextflow.config
48+ # set -x
49+ # export AWS_PROFILE=op
50+ # nextflow run . \
51+ # -main-script target/nextflow/datasets/workflows/scrnaseq/process_openproblems_op3/main.nf \
52+ # -profile docker \
53+ # -resume \
54+ # -params-file "$params_file" \
55+ # -config /tmp/nextflow.config
0 commit comments