We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921754c commit bdc175eCopy full SHA for bdc175e
image_development/Dockerfile_optimOTU
src/pipecraft-core/service_scripts/run_optimotu.sh
@@ -42,8 +42,8 @@ echo $fileFormat
42
echo $readType
43
44
# Copy the configuration file
45
-cp -f /scripts/pipeline_options1.yaml /optimotu_targets/pipeline_options1.yaml # to targets
46
-cp -f /scripts/pipeline_options1.yaml /optimotu_targets/sequences/pipeline_options1.yaml # to user
+cp -f /scripts/pipeline_options.yaml /optimotu_targets/pipeline_options.yaml # to targets
+cp -f /scripts/pipeline_options.yaml /optimotu_targets/sequences/pipeline_options.yaml # to user
47
48
# Activate the conda environment
49
source /opt/conda/etc/profile.d/conda.sh
0 commit comments