Skip to content

Commit 6b9ff73

Browse files
authored
Rename items (#932)
* more renames * rename dir
1 parent 075e2ef commit 6b9ff73

6 files changed

Lines changed: 17 additions & 17 deletions

File tree

src/datasets/loaders/scrnaseq/op3/config.vsh.yaml renamed to src/datasets/loaders/scrnaseq/openproblems_op3/config.vsh.yaml

File renamed without changes.
File renamed without changes.
File renamed without changes.

src/datasets/resource_scripts/openproblems_op3.sh

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ output_hvg: force_null
2626
output_knn: force_null
2727
publish_dir: s3://openproblems-data/resources/datasets
2828
HERE
29-
<
29+
3030
cat > "/tmp/nextflow.config" << 'HERE'
3131
process {
3232
withName:'.*publishStatesProc' {
@@ -36,20 +36,20 @@ process {
3636
}
3737
HERE
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

src/datasets/workflows/scrnaseq/process_op3/config.vsh.yaml renamed to src/datasets/workflows/scrnaseq/process_openproblems_op3/config.vsh.yaml

File renamed without changes.

src/datasets/workflows/scrnaseq/process_op3/main.nf renamed to src/datasets/workflows/scrnaseq/process_openproblems_op3/main.nf

File renamed without changes.

0 commit comments

Comments
 (0)