wget http://catchenlab.life.illinois.edu/stacks/source/stacks-2.0Beta1.tar.gz tar -xvf stacks-2.0Beta1.tar.gz cd stacks-2.0Beta1 ./configure --enable-bam make -j8 # if you have 8 CPU (to make faster...) sudo make install # this will install the binaries in /usr/local/bin
CheersThierry
--
Stacks website: http://catchenlab.life.illinois.edu/stacks/
---
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/JAs16qz6R1I/unsubscribe.
To unsubscribe from this group and all its topics, 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.
--
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.
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.
Hi Josie,
Could you try to send me the SAM headers (output of `samtools
view -H file.bam`)? That could give me an idea of what went
wrong. Otherwise, you probably want to use the newer v2.0Beta2.
Best,
Nicolas
Hi Tom,
We have removed genotypes for the moment, as with all the v2
changes it became deprecated, but we are looking forward to
reincorporate its functionalities into populations.
Regarding the error, it is a quite general consistency check (a
read failed to be added to the alignment matrix of its locus) so
at the moment it's hard for me to tell where it's coming from.
Could I ask you to let me know (1) whether the error persists if
you give the --ignore-pe-reads option, and (2) what happens if you
try to run the "stacks-gdb gstacks -P ./ -M population_map.txt"
command (the GDB program may be available on your cluster by
default, as a module, or it may not be available in which case
just let me know that it's not available to you).
Best,
Nicolas
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/JAs16qz6R1I/unsubscribe.
To unsubscribe from this group and all its topics, 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.
Hi Tom,
This apparently just means that GDB is not entirely installed. A
solution is proposed at:
https://stackoverflow.com/questions/11504377/gdb-fails-with-unable-to-find-mach-task-port-for-process-id-error
Best,
Nicolas
To unsubscribe from this group and stop receiving emails from it, send an email to stacks-users...@googlegroups.com.
Hi Tom,
Thanks for helping with this, I really appreciate it. The #0-#14
is the series of functions that the program was in when it
crashed, but for some reason the function names are missing.
To your knowledge, have you done anything special to the Stacks executables, e.g. used the 'strip' command on them?
What is the output if you run the command
```
file $(which gstacks)
```
Do you know which compiler you're using? (GCC or Clang?)
To unsubscribe from this group and stop receiving emails from it, send an email to stacks-users...@googlegroups.com.