--
To unsubscribe from this group and stop receiving emails from it, send an email to apollo+un...@lbl.gov.
On Jun 1, 2022, at 9:20 PM, Johannes Debler <johanne...@gmail.com> wrote:Thanks Nathan,I can't really figure out how to run it, or what the input is meant to be.I have a file called 'trackList.json' which contains all the tracks.But when I run this command:generate-names.pl --tracks trackList.jsonI get a bunch of errors:syntax error in /home/data/apollo_data/36-AlKewell/data/trackList.json: malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "(end of string)") at /opt/Apollo-2.6.5/jbrowse/bin/../src/perl5/Bio/JBrowse/ConfigurationManager.pm line 32.
at /opt/Apollo-2.6.5/jbrowse/bin/../src/perl5/Bio/JBrowse/ConfigurationManager.pm line 7.
Bio::JBrowse::ConfigurationManager::__ANON__("malformed JSON string, neither tag, array, object, number, st"...) called at /opt/Apollo-2.6.5/jbrowse/bin/../src/perl5/Bio/JBrowse/ConfigurationManager.pm line 32
eval {...} called at /opt/Apollo-2.6.5/jbrowse/bin/../src/perl5/Bio/JBrowse/ConfigurationManager.pm line 32
Bio::JBrowse::ConfigurationManager::slurpJSON("/home/data/apollo_data/36-AlKewell/data/trackList.json") called at /opt/Apollo-2.6.5/jbrowse/bin/../src/perl5/Bio/JBrowse/ConfigurationManager.pm line 145
Bio::JBrowse::ConfigurationManager::_load_include(Bio::JBrowse::ConfigurationManager=HASH(0x55984670a900), HASH(0x55984670af60), "data") called at /opt/Apollo-2.6.5/jbrowse/bin/../src/perl5/Bio/JBrowse/ConfigurationManager.pm line 71
Bio::JBrowse::ConfigurationManager::_load_includes(Bio::JBrowse::ConfigurationManager=HASH(0x55984670a900), HASH(0x559845add2c8)) called at /opt/Apollo-2.6.5/jbrowse/bin/../src/perl5/Bio/JBrowse/ConfigurationManager.pm line 41
Bio::JBrowse::ConfigurationManager::get_final_config(Bio::JBrowse::ConfigurationManager=HASH(0x55984670a900)) called at /opt/Apollo-2.6.5/jbrowse/bin/../src/perl5/GenomeDB.pm line 261
GenomeDB::refSeqs(GenomeDB=HASH(0x55984670b518)) called at /opt/Apollo-2.6.5/jbrowse/bin/../src/perl5/Bio/JBrowse/Cmd/IndexNames.pm line 77
Bio::JBrowse::Cmd::IndexNames::run(Bio::JBrowse::Cmd::IndexNames=HASH(0x559845b08060)) called at /opt/Apollo-2.6.5/jbrowse/bin/generate-names.pl line 8
at /opt/Apollo-2.6.5/jbrowse/bin/../src/perl5/Bio/JBrowse/ConfigurationManager.pm line 7.
Bio::JBrowse::ConfigurationManager::__ANON__("syntax error in /home/data/apollo_data/36-AlKewell/data/track"...) called at /opt/Apollo-2.6.5/jbrowse/bin/../src/perl5/Bio/JBrowse/ConfigurationManager.pm line 33
Bio::JBrowse::ConfigurationManager::slurpJSON("/home/data/apollo_data/36-AlKewell/data/trackList.json") called at /opt/Apollo-2.6.5/jbrowse/bin/../src/perl5/Bio/JBrowse/ConfigurationManager.pm line 145
Bio::JBrowse::ConfigurationManager::_load_include(Bio::JBrowse::ConfigurationManager=HASH(0x55984670a900), HASH(0x55984670af60), "data") called at /opt/Apollo-2.6.5/jbrowse/bin/../src/perl5/Bio/JBrowse/ConfigurationManager.pm line 71
Bio::JBrowse::ConfigurationManager::_load_includes(Bio::JBrowse::ConfigurationManager=HASH(0x55984670a900), HASH(0x559845add2c8)) called at /opt/Apollo-2.6.5/jbrowse/bin/../src/perl5/Bio/JBrowse/ConfigurationManager.pm line 41
Bio::JBrowse::ConfigurationManager::get_final_config(Bio::JBrowse::ConfigurationManager=HASH(0x55984670a900)) called at /opt/Apollo-2.6.5/jbrowse/bin/../src/perl5/GenomeDB.pm line 261
GenomeDB::refSeqs(GenomeDB=HASH(0x55984670b518)) called at /opt/Apollo-2.6.5/jbrowse/bin/../src/perl5/Bio/JBrowse/Cmd/IndexNames.pm line 77
Bio::JBrowse::Cmd::IndexNames::run(Bio::JBrowse::Cmd::IndexNames=HASH(0x559845b08060)) called at /opt/Apollo-2.6.5/jbrowse/bin/generate-names.pl line 8Not sure if this is the correct way to run the script in the first place, but the help doesn't go into much detail unfortunately.Cheers,Johannes