Skip to content

Commit 4e842f1

Browse files
committed
fix
1 parent 144a36c commit 4e842f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ticcl.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ if (params.containsKey('corpusfreqlist')) {
197197
set -u
198198
199199
FoLiA-stats --class "$inputclass" -s -t ${task.cpus} -e "$extension" --lang=none --collect --max-ngram ${ngram} -o corpus . || exit 1
200-
mv corpus.wordfreqlist.1to1.tsv corpus.wordfreqlist.tsv
200+
mv corpus.wordfreqlist.?to?.tsv corpus.wordfreqlist.tsv
201201
202202
if [ ! -s "corpus.wordfreqlist.tsv" ]; then
203203
echo "ERROR: Expected output corpus.wordfreqlist.tsv does not exist or is empty">&2

0 commit comments

Comments
 (0)