Skip to content

Commit

Permalink
quote file names
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Nov 19, 2024
1 parent 65a1f3d commit 4dac0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/checkm2/checkm2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
mkdir input_dir &&
#for $i, $file in enumerate($input):
#set $cleaned = re.sub('[^\s\w\-\\.]', '_', str($file.element_identifier))
ln -s $file input_dir/${cleaned}.dat &&
ln -s '$file' 'input_dir/${cleaned}.dat' &&
#end for
checkm2 predict
--input input_dir
Expand Down

0 comments on commit 4dac0c7

Please sign in to comment.