Skip to content

Commit

Permalink
BUG: multiqc always ignores symlinked directories. (viash-hub#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont authored May 7, 2024
1 parent ce27c3e commit fe8ffc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multiqc/script.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# disable flags
[[ "$par_ignore_symlinks" == "false" ]] && unset ignore_symlinks
[[ "$par_ignore_symlinks" == "false" ]] && unset par_ignore_symlinks
[[ "$par_dirs" == "false" ]] && unset par_dirs
[[ "$par_full_names" == "false" ]] && unset par_full_names
[[ "$par_fn_as_s_name" == "false" ]] && unset par_fn_as_s_name
Expand Down

0 comments on commit fe8ffc2

Please sign in to comment.