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 deb9bd7 commit bf9fcd5Copy full SHA for bf9fcd5
1 file changed
template/script.sh.erb
@@ -246,15 +246,15 @@ fi
246
247
if [ "${MODE}" == "FASTA_INPUT" ];
248
then
249
- mkdir fasta
+ mkdir -p fasta
250
cp "${user_input}" ./fasta/
251
create-samplesheet --directory "./fasta" --suffix "${prot_mode}" ${OUTPUT_FORMAT}
252
SAMPLESHEET="$(pwd)/samplesheet.csv"
253
fi
254
255
if [ "${MODE}" == "DIRECTORY" ];
256
257
258
working_dir=$(pwd)
259
cd "${user_input}"
260
for filename in *
0 commit comments