gjospin / PhyloSift

Phylogenetic and taxonomic analysis for genomes and metagenomes
83 stars 18 forks source link

summarize does not work by itself #433

Open koadman opened 11 years ago

koadman commented 11 years ago

The following command should produce a single chunk summary, but has no effect: phylosift summarize --chunks 1 --chunk_size 2000 --output=results sewage.fq

gjospin commented 11 years ago

Had the summarize step been flagged as completed in the run_info.txt file? If it did, then PS skips that step. Remove the line from run_info.txt. Using -f should clean up the files for the particular chunk and force the step to get flagged as incomplete.

koadman commented 11 years ago

yes. it's listed as complete. thanks for the -f tip. When I add -f I get zillions of these: Use of uninitialized value in concatenation (.) or string at /home/koadman/software/phylosift_20130813/bin/../lib/Phylosift/Summarize.pm line 367. Use of uninitialized value in concatenation (.) or string at /home/koadman/software/phylosift_20130813/bin/../lib/Phylosift/Summarize.pm line 367. Use of uninitialized value in concatenation (.) or string at /home/koadman/software/phylosift_20130813/bin/../lib/Phylosift/Summarize.pm line 367. Use of uninitialized value in concatenation (.) or string at /home/koadman/software/phylosift_20130813/bin/../lib/Phylosift/Summarize.pm line 367. Use of uninitialized value in concatenation (.) or string at /home/koadman/software/phylosift_20130813/bin/../lib/Phylosift/Summarize.pm line 367. Use of uninitialized value in concatenation (.) or string at /home/koadman/software/phylosift_20130813/bin/../lib/Phylosift/Summarize.pm line 367. Use of uninitialized value in concatenation (.) or string at /home/koadman/software/phylosift_20130813/bin/../lib/Phylosift/Summarize.pm line 367. Use of uninitialized value in concatenation (.) or string at /home/koadman/software/phylosift_20130813/bin/../lib/Phylosift/Summarize.pm line 367. Use of uninitialized value in concatenation (.) or string at /home/koadman/software/phylosift_20130813/bin/../lib/Phylosift/Summarize.pm line 367. Use of uninitialized value in concatenation (.) or string at /home/koadman/software/phylosift_20130813/bin/../lib/Phylosift/Summarize.pm line 367.

renaming bug?

gjospin commented 11 years ago

Interesting. I'll check it out. Thanks.

On Tue, Aug 13, 2013 at 3:39 PM, Aaron Darling notifications@github.comwrote:

yes. it's listed as complete. thanks for the -f tip. When I add -f I get zillions of these: Use of uninitialized value in concatenation (.) or string at /home/koadman/software/phylosift_20130813/bin/../lib/Phylosift/Summarize.pm line 367. Use of uninitialized value in concatenation (.) or string at /home/koadman/software/phylosift_20130813/bin/../lib/Phylosift/Summarize.pm line 367. Use of uninitialized value in concatenation (.) or string at /home/koadman/software/phylosift_20130813/bin/../lib/Phylosift/Summarize.pm line 367. Use of uninitialized value in concatenation (.) or string at /home/koadman/software/phylosift_20130813/bin/../lib/Phylosift/Summarize.pm line 367. Use of uninitialized value in concatenation (.) or string at /home/koadman/software/phylosift_20130813/bin/../lib/Phylosift/Summarize.pm line 367. Use of uninitialized value in concatenation (.) or string at /home/koadman/software/phylosift_20130813/bin/../lib/Phylosift/Summarize.pm line 367. Use of uninitialized value in concatenation (.) or string at /home/koadman/software/phylosift_20130813/bin/../lib/Phylosift/Summarize.pm line 367. Use of uninitialized value in concatenation (.) or string at /home/koadman/software/phylosift_20130813/bin/../lib/Phylosift/Summarize.pm line 367. Use of uninitialized value in concatenation (.) or string at /home/koadman/software/phylosift_20130813/bin/../lib/Phylosift/Summarize.pm line 367. Use of uninitialized value in concatenation (.) or string at /home/koadman/software/phylosift_20130813/bin/../lib/Phylosift/Summarize.pm line 367.

renaming bug?

— Reply to this email directly or view it on GitHubhttps://github.com/gjospin/PhyloSift/issues/433#issuecomment-22603135 .