ANGSD: Analysis of next generation Sequencing Data

Latest tar.gz version is (0.938/0.939 on github), see Change_log for changes, and download it here.

User:Thorfinn: Difference between revisions

From angsd
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:


=Code fix/cleanup=
=Code fix/cleanup=
#-> If you really want angsd to exit uncleanly ctrl+c: 0 more times
#fix ./angsd0.591.smartcount/angsd -i angsd0.591.smartcount/DNK02.hg19.flt.sort.rmdup.realign.md.bam -out tmp -minQ 20 -minMapQ 30 -P 2 does nothing but crashes
#fix ./angsd0.591.smartcount/angsd -i angsd0.591.smartcount/DNK02.hg19.flt.sort.rmdup.realign.md.bam -out tmp -minQ 20 -minMapQ 30 -P 2 does nothing but crashes
# check that first line in .arg file is the command used
# check that first line in .arg file is the command used

Revision as of 09:28, 2 April 2014

Wiki doc

  1. write how on website: Thetas,Tajima,Neutrality test needs documentation and examples files
  2. user custom class missing

Code fix/cleanup

  1. -> If you really want angsd to exit uncleanly ctrl+c: 0 more times
  2. fix ./angsd0.591.smartcount/angsd -i angsd0.591.smartcount/DNK02.hg19.flt.sort.rmdup.realign.md.bam -out tmp -minQ 20 -minMapQ 30 -P 2 does nothing but crashes
  3. check that first line in .arg file is the command used
  4. check domajorminor for -domaf complains about it lagging
  5. fix -r problem if chromosome contains :
  6. if(doMajorMinor==4&&refToInt[pars->anc[s]]==4) in analysisMajorMinor
  7. don't quit program if a chr is not included in the -sites file
  8. check all getoptions stderr output.
  9. -samglfclean not documented
  10. soap usage is not documented
  11. from morten shitoutput
h1 h2 h3 = 7 10 5  has less than 3 blocks. skipping
h1 h2 h3 = 8 10 5  has less than 3 blocks. skipping
h1 h2 h3 = 10 11 5  has less than 3 blocks. skipping
h1 h2 h3 = 7 12 5  has less than 3 blocks. skipping
h1 h2 h3 = 10 12 5  has less than 3 blocks. skipping
h1 h2 h3 = 10 13 5  has less than 3 blocks. skipping
h1 h2 h3 = 10 15 5  has less than 3 blocks. skipping
h1 h2 h3 = 7 10 6  has less than 3 blocks. skipping
h1 h2 h3 = 8 10 6  has less than 3 blocks. skipping
h1 h2 h3 = 9 10 6  has less than 3 blocks. skipping
h1…

Addtional methods and functionality

  1. make haploid 1dsfs
  2. simplefy filereading. from glf files
  3. fix -doFasta for single chromosomes.