Thanks, sorry for a simple question but how do I redirect the output to a text file of my choice?
Sorry, i got it.
my $cmd2 = bcftools query $vcf_indexed -f '%CHROM\t%POS\t%REF\t%ALT\t%INFO/ANN][\t%SAMPLE=%AD]\n' --samples '$sample' > $output_file;print $cmd2;
• 0 views
•
link