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
if [ -f ${f}/multiqc/multiqc_data/multiqc_data_final.json ];
then
for g in `cat $f/multiqc/multiqc_data/multiqc_data_final.json | grep generalstats-tstv | awk -F ':' '{print $2}' | grep -v mqc | sed s/" "// | sed s/","//`;
do
echo $f $g >> tstv_check.txt;
done;
else
for g in `cat $f/multiqc/multiqc_data/multiqc_bcftools_stats.txt | sed 1d | awk '{print $6}'`;