gstacks -B ./gsnap4mm.rg_sorted.bam -O ./gsnap4 --pair -t 30 --details -m 3 --max-insert 600
gstacks -B ./gsnap3mm.rg_sorted.bam -O ./gsnap3 --pair -t 30 --details -m 3 --max-insert 600
gstacks -B ./gsnap2mm.rg_sorted.bam -O ./gsnap2 --pair -t 30 --details -m 3 --max-insert 600
The outputfiles are:
gstacks.fa.gz
gstacks.details.gz
gstacks.vcf.gz
gstacks.log
(for each of my bam files)
I was expecting to be able to see how homozygotes and heterozygotes were called for each of my test alignments, but since in this new version there is not XXX.snps.tvs file I was unable to. I though similar information could be found in the vcf file, but column #ALT is completely empty, same for #ID, #QUAL and #FILTER.
Where can I now find the analogous output information of what previously was pstacks??
How can I see which loci are homozygous or heterozygous in my sample??
Where is the RADtags catalog? all the samples used for an analysis will be included in the catalog??...
I understand that the version was recently released, but a bit more of information about how to interpret output files will be of great help!!
Cheers,
Carol
--
Stacks website: http://catchenlab.life.illinois.edu/stacks/
---
You received this message because you are subscribed to the Google Groups "Stacks" group.
To unsubscribe from this group and stop receiving emails from it, send an email to stacks-users...@googlegroups.com.
Visit this group at https://groups.google.com/group/stacks-users.
For more options, visit https://groups.google.com/d/optout.
zcat gstacks.vcf.gz | cut -f5 | sort | uniq -c
65867342 .
To unsubscribe from this group and stop receiving emails from it, send an email to stacks-users+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/stacks-users.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Stacks" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/stacks-users/Ppoq7kBRvHo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to stacks-users+unsubscribe@googlegroups.com.