@@ -1032,6 +1032,8 @@ To list subworkflows installed in a local pipeline directory you can use `nf-cor
1032
1032
1033
1033
<!-- RICH-CODEX
1034
1034
working_dir : tmp/nf-core-nextbigthing
1035
+ before_command : >
1036
+ echo "repository_type: pipeline" >> .nf-core.yml
1035
1037
head : 25
1036
1038
-->
1037
1039
@@ -1045,6 +1047,8 @@ This shows documentation about the subworkflow on the command line, similar to w
1045
1047
1046
1048
<!-- RICH-CODEX
1047
1049
working_dir : tmp/nf-core-nextbigthing
1050
+ before_command : >
1051
+ echo "repository_type: pipeline" >> .nf-core.yml
1048
1052
-->
1049
1053
1050
1054

@@ -1056,6 +1060,8 @@ A subworkflow installed this way will be installed to the `./subworkflows/nf-cor
1056
1060
1057
1061
<!-- RICH-CODEX
1058
1062
working_dir : tmp/nf-core-nextbigthing
1063
+ before_command : >
1064
+ echo "repository_type: pipeline" >> .nf-core.yml
1059
1065
-->
1060
1066
1061
1067

@@ -1075,6 +1081,8 @@ You can update subworkflows installed from a remote repository in your pipeline
1075
1081
1076
1082
<!-- RICH-CODEX
1077
1083
working_dir : tmp/nf-core-nextbigthing
1084
+ before_command : >
1085
+ echo "repository_type: pipeline" >> .nf-core.yml
1078
1086
-->
1079
1087
1080
1088

@@ -1134,6 +1142,8 @@ To delete a subworkflow from your pipeline, run `nf-core subworkflows remove`.
1134
1142
1135
1143
<!-- RICH-CODEX
1136
1144
working_dir : tmp/nf-core-nextbigthing
1145
+ before_command : >
1146
+ echo "repository_type: pipeline" >> .nf-core.yml
1137
1147
-->
1138
1148
1139
1149

@@ -1162,10 +1172,10 @@ The `nf-core subworkflows create` command will prompt you with the relevant ques
1162
1172
<!-- RICH-CODEX
1163
1173
working_dir : tmp
1164
1174
before_command : git clone https://github.com/nf-core/modules.git && cd modules
1165
- fake_command : nf-core subworkflows create bam_stats_samtools --author @nf-core-bot --label process_low --meta --force
1175
+ fake_command : nf-core subworkflows create bam_stats_samtools --author @nf-core-bot --force
1166
1176
-->
1167
1177
1168
- 
1178
+ 
1169
1179
1170
1180
# ## Create a subworkflow test config file
1171
1181
@@ -1177,6 +1187,8 @@ After you have written a minimal Nextflow script to test your subworkflow in `/t
1177
1187
working_dir : tmp/subworkflows
1178
1188
extra_env :
1179
1189
PROFILE : ' conda'
1190
+ before_command : >
1191
+ echo "repository_type: modules" >> .nf-core.yml
1180
1192
-->
1181
1193
1182
1194

@@ -1192,6 +1204,8 @@ working_dir: tmp/subworkflows
1192
1204
timeout : 30
1193
1205
extra_env :
1194
1206
PROFILE : ' conda'
1207
+ before_command : >
1208
+ echo "repository_type: pipeline" >> .nf-core.yml
1195
1209
-->
1196
1210
1197
1211

0 commit comments