Skip to content

Commit 2eeb135

Browse files
committed
file premission linux, succsessfull optimotu metazoa run
1 parent c281db5 commit 2eeb135

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

src/pipecraft-core/service_scripts/pipeline_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protax:
3131
- family
3232
- genus
3333
- species
34-
orient: mixed
34+
orient: fwd
3535
control:
3636
spike:
3737
positive:

src/pipecraft-core/service_scripts/run_optimotu.sh

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,7 @@ else
8181
exit $R_EXIT_STATUS
8282
fi
8383

84-
echo "All operations completed."
8584

86-
if [ ! -z "$HOST_UID" ] && [ ! -z "$HOST_GID" ]; then
87-
echo "Setting ownership of /optimotu_targets to $HOST_UID:$HOST_GID"
88-
chown -R $HOST_UID:$HOST_GID /optimotu_targets/sequences
89-
fi
9085

9186
### Make README.txt
9287
end=$(date +%s)
@@ -99,6 +94,13 @@ Start time: $start_time
9994
End time: $(date)
10095
Runtime: $runtime seconds
10196
97+
echo "All operations completed."
98+
99+
if [ ! -z "$HOST_UID" ] && [ ! -z "$HOST_GID" ]; then
100+
echo "Setting ownership of /optimotu_targets to $HOST_UID:$HOST_GID"
101+
chown -R $HOST_UID:$HOST_GID /optimotu_targets/sequences
102+
fi
103+
102104
The outputs of the pipeline are a set of tables in TSV format (tab-delimited files) and
103105
RDS format (for easy loading in R), as well as sequences in gzipped FASTA format.
104106

0 commit comments

Comments
 (0)