You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2020-11-18 08:16:00 picardmetrics config: '/cd16/software/picardmetrics/picardmetrics.conf' ERROR: Please install the 'stats' program https://github.com/arq5x/filo
The output of which stats is:
/cd16/software/bin/bin/stats
I've tried copying the stats bin to /usr/local/bin as well and echo $PATH does include stats.
This is the command I'm running:
for bam in cd16/hisat2/*.bam;
do \
/cd16/software/picardmetrics/picardmetrics run -f /cd16/software/picardmetrics/picardmetrics.conf -k -r -o /cd16/picard_metrics $bam; \
done
Many thanks
The text was updated successfully, but these errors were encountered:
I'm having a similar issue to https://github.com/slowkow/picardmetrics/issues/6 . When I run picardmetrics I get:
2020-11-18 08:16:00 picardmetrics config: '/cd16/software/picardmetrics/picardmetrics.conf' ERROR: Please install the 'stats' program https://github.com/arq5x/filo
The output of
which stats
is:/cd16/software/bin/bin/stats
I've tried copying the stats bin to
/usr/local/bin
as well andecho $PATH
does include stats.This is the command I'm running:
Many thanks
The text was updated successfully, but these errors were encountered: