Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions src/datasets/resource_scripts/openproblems_op3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ output_hvg: force_null
output_knn: force_null
publish_dir: s3://openproblems-data/resources/datasets
HERE
<

cat > "/tmp/nextflow.config" << 'HERE'
process {
withName:'.*publishStatesProc' {
Expand All @@ -36,20 +36,20 @@ process {
}
HERE

# tw launch https://github.com/openproblems-bio/openproblems.git \
# --revision main_build \
# --pull-latest \
# --main-script target/nextflow/datasets/workflows/scrnaseq/process_openproblems_op3/main.nf \
# --workspace 53907369739130 \
# --params-file "$params_file" \
# --labels op3,dataset_loader \
# --config /tmp/nextflow.config
tw launch https://github.com/openproblems-bio/openproblems.git \
--revision build/main \
--pull-latest \
--main-script target/nextflow/datasets/workflows/scrnaseq/process_openproblems_op3/main.nf \
--workspace 53907369739130 \
--params-file "$params_file" \
--labels op3,dataset_loader \
--config /tmp/nextflow.config

set -x
export AWS_PROFILE=op
nextflow run . \
-main-script target/nextflow/datasets/workflows/scrnaseq/process_openproblems_op3/main.nf \
-profile docker \
-resume \
-params-file "$params_file" \
-config /tmp/nextflow.config
# set -x
# export AWS_PROFILE=op
# nextflow run . \
# -main-script target/nextflow/datasets/workflows/scrnaseq/process_openproblems_op3/main.nf \
# -profile docker \
# -resume \
# -params-file "$params_file" \
# -config /tmp/nextflow.config