It looks like you're new here. If you want to get involved, click one of these buttons!
Geraldine_VdAuwera
Posts: 2,239Administrator, GSA Official Member admin
The ComputeGenomeMaskStatistics utility prints the number of alignable and unalignable bases.
See ComputeGenomeMask.
-I <mask-file> : The genome mask file. An indexed fasta file containing
the genome mask. The fasta file must be indexed with samtools faidx or the
equivalent.
-R <fasta-file> : Reference sequence. An indexed fasta file containing
the reference sequence to mask. The fasta file must be indexed with
samtools faidx or the equivalent.
-O <mask-file> : Tab-delimited output file containing the number of
alignable and unalignable bases (per chromosome and total). Default is to
write to stdout.Geraldine Van der Auwera, PhD