Julian, i went ahead and deleted all of the stacks files from usr/local/bin then downloaded the most recent file from http://catchenlab.life.illinois.edu/stacks/source/stacks-2.0Beta1.tar.gz, ran ./ configure, make, sudo make install, then ran /usr/local/bin/denovo_map.pl and got the same line 34 error. So I deleted: use File::Which; and got the same error:
The file you are downloading is beta1:
http://catchenlab.life.illinois.edu/stacks/source/stacks-2.0Beta1.tar.gz
I'm not sure where you are getting the link, but you want Beta2.
Hi Julian,
This may be a problem on our side. Could you send me the denovo_map.log file so I can look into it? Thanks.
Best,
Nicolas
--
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.
bin/denovo_map.pl --samples data/radtags --popmap output/filtering/replicate_1_popmap.txt -T 50 -o output/stacks/m3/M7/n1/rep1 -m 3 -M 7 -n 1
tsv2bam
==========
/path/to/tsv2bam -P output/stacks/m3/M7/n1/rep1 -M output/filtering/replicate_1_popmap.txt -t 50
Logging to 'output/stacks/m3/M7/n1/rep1/tsv2bam.log'.
Configuration for this run:
Stacks directory: 'output/stacks/m3/M7/n1/rep1/'
Batch ID: 1
Population map: 'output/filtering/replicate_1_popmap.txt'
Num. samples: 8
Multithreaded.
Loading the catalog...
Processing sample 'Tangihanga-Station9'...
Processing sample 'Greymouth47'...
Processing sample 'Lincoln20'...
Processing sample 'Tangihanga-Station12'...
Processing sample 'Terakaka-DairyFarm7'...
Processing sample 'Terakaka-DairyFarm5'...
Processing sample 'Opotiki4'...
Processing sample 'Ruakura14'...
tsv2bam: src/tsv2bam.cc:265: void run(const std::vector<int>&, const string&, const std::unordered_map<int, long unsigned int>&, std::size_t, std::ostream&): Assertion `l->len == cloc_lengths.at(m->cat_id)' failed.
Hi Pedro,
Are you using the latest version?
Best,
Nicolas
--