Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of uninitialized value $timestamp in scalar chomp at.. #500

Open
ganiatgithub opened this issue May 13, 2019 · 1 comment
Open

Use of uninitialized value $timestamp in scalar chomp at.. #500

ganiatgithub opened this issue May 13, 2019 · 1 comment

Comments

@ganiatgithub
Copy link

Hi,

I'm using phylosift on a university server to taxonomically place MAGs. I'm using phylosift_v1.0.1, and have placed the markers.tgz as follows:
/home/uqgni1/share/phylosift/markers
ncbi..tgz at:
/home/uqgni1/share/phylosift/ncbi

My code:
/path_to_phylosift/phylosift all
/path_to_MAGs/out.1.fa
--output /path_to_output/out.1.fa_out
--threads 12 --coverage --disable_updates

And I couldn't solve the following issue:
Use of uninitialized value $timestamp in scalar chomp at /gpfs1/scratch/30days/uqgni1/tools/phylosift_v1.0.1/bin/../lib/Phylosift/Utilities.pm line 365, <$FH> line 1.
Use of uninitialized value $timestamp in scalar chomp at /gpfs1/scratch/30days/uqgni1/tools/phylosift_v1.0.1/bin/../lib/Phylosift/Utilities.pm line 365, <$FH> line 1.
Use of uninitialized value in join or string at /gpfs1/scratch/30days/uqgni1/tools/phylosift_v1.0.1/bin/../lib/Phylosift/Summarize.pm line 568.
Unable to read from --disable_updates at /gpfs1/scratch/30days/uqgni1/tools/phylosift_v1.0.1/bin/../lib/Phylosift/Utilities.pm line 85.
Phylosift::Utilities::ps_open("--disable_updates") called at /gpfs1/scratch/30days/uqgni1/tools/phylosift_v1.0.1/bin/../lib/Phylosift/Summarize.pm line 99
Phylosift::Summarize::read_coverage("file", "--disable_updates") called at /gpfs1/scratch/30days/uqgni1/tools/phylosift_v1.0.1/bin/../lib/Phylosift/pplacer.pm line 69
Phylosift::pplacer::pplacer("self", Phylosift::Phylosift=HASH(0x55643347acd8), "marker_reference", ARRAY(0x5564327e4cf8), "chunk", 1) called at /gpfs1/scratch/30days/uqgni1/tools/phylosift_v1.0.1/bin/../lib/Phylosift/MarkerAlign.pm line 137
Phylosift::MarkerAlign::MarkerAlign("self", Phylosift::Phylosift=HASH(0x55643347acd8), "marker_reference", ARRAY(0x5564332cc990), "chunk", 1) called at /gpfs1/scratch/30days/uqgni1/tools/phylosift_v1.0.1/bin/../lib/Phylosift/FastSearch.pm line 156
Phylosift::FastSearch::run_search("self", Phylosift::Phylosift=HASH(0x55643347acd8), "marker_reference", ARRAY(0x5564332cc990)) called at /gpfs1/scratch/30days/uqgni1/tools/phylosift_v1.0.1/bin/../lib/Phylosift/Phylosift.pm line 418
Phylosift::Phylosift::run_search("self", Phylosift::Phylosift=HASH(0x55643347acd8), "cont", 0, "marker", ARRAY(0x5564332cc990)) called at /gpfs1/scratch/30days/uqgni1/tools/phylosift_v1.0.1/bin/../lib/Phylosift/Phylosift.pm line 175
Phylosift::Phylosift::run(Phylosift::Phylosift=HASH(0x55643347acd8), "force", undef, "custom", undef, "cont", undef) called at /gpfs1/scratch/30days/uqgni1/tools/phylosift_v1.0.1/bin/../lib/Phylosift/Command/all.pm line 129
Phylosift::Command::all::execute(Phylosift::Command::all=HASH(0x556433560ed0), Getopt::Long::Descriptive::Opts::OPT::2=HASH(0x556433581e58), ARRAY(0x556431434b98)) called at /gpfs1/scratch/30days/uqgni1/tools/phylosift_v1.0.1/bin/../lib/App/Cmd.pm line 243
App::Cmd::execute_command(Phylosift=HASH(0x55643334ff88), Phylosift::Command::all=HASH(0x556433560ed0), Getopt::Long::Descriptive::Opts::OPT::2=HASH(0x556433581e58), "/30days/uqgni1/jiaoyang/phylosift/bins/out.1.fa") called at /gpfs1/scratch/30days/uqgni1/tools/phylosift_v1.0.1/bin/../lib/App/Cmd.pm line 171
App::Cmd::run("Phylosift") called at /30days/uqgni1/tools/phylosift_v1.0.1/bin/phylosift line 7

What would you suggest?

Cheers,
Gaofeng

@gjospin
Copy link
Owner

gjospin commented May 13, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants