File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
src/pipecraft-core/service_scripts Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ protax:
31
31
- family
32
32
- genus
33
33
- species
34
- orient : mixed
34
+ orient : fwd
35
35
control :
36
36
spike :
37
37
positive :
Original file line number Diff line number Diff line change 81
81
exit $R_EXIT_STATUS
82
82
fi
83
83
84
- echo " All operations completed."
85
84
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
90
85
91
86
# ## Make README.txt
92
87
end=$( date +%s)
@@ -99,6 +94,13 @@ Start time: $start_time
99
94
End time: $( date)
100
95
Runtime: $runtime seconds
101
96
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
+
102
104
The outputs of the pipeline are a set of tables in TSV format (tab-delimited files) and
103
105
RDS format (for easy loading in R), as well as sequences in gzipped FASTA format.
104
106
You can’t perform that action at this time.
0 commit comments