Group
Extension

Matches 8

Bio-Grid-Run-SGE ( J/JW/JWB/Bio-Grid-Run-SGE-0.066.tar.gz, JWB, 2018; MetaCPAN )
Bio-Grid-Run-SGE/scripts/cl_env.pl ( view source; MetaCPAN )
dx_item->[0] -> $result_prefix");

      jspew( $result_prefix . ".env.json",  \%ENV );
      jspew( $result_prefix . ".item.json", $idx_item );
      sleep 1;

      return 1;
    },
    post_task =>
st like index, prints element(s) to <result_prefix>.item.json.
Additionally, the current environment will be stored in <result_prefix>.env.json.

EXAMPLE CONFIG:
  ---
  input:
  - elements:
    - a
 
Bio-Grid-Run-SGE ( J/JW/JWB/Bio-Grid-Run-SGE-0.066.tar.gz, JWB, 2018; MetaCPAN )
Bio-Grid-Run-SGE/lib/Bio/Grid/Run/SGE/Index/NDJSON.pm ( view source; MetaCPAN )
package Bio::Grid::Run::SGE::Index::NDJSON;

use warnings;
use strict;

use Mouse;

use IO::Handle;
use Carp;
use List::Util qw/sum/;
use List::MoreUtils qw/uniq/;
use Bio::Gonzales::Util::File qw/ope
s_newer/;
use Bio::Grid::Run::SGE::Util qw/glob_list/;
use Data::Dumper;
use Cwd qw/fastcwd/;
use JSON::XS;

our $VERSION = '0.066'; # VERSION

has 'num_elems_cumulative' => ( is => 'rw' );
has overwr
$read_length;

  return {
    file => $idx->[$cur_file_idx]{file},
    elements => [ map { decode_json($_) } split(/\n/, $data) ]
  };
}

sub num_elem {
  my ($self) = @_;

  my $num_elems = 0;

  #su
Bio-Grid-Run-SGE ( J/JW/JWB/Bio-Grid-Run-SGE-0.066.tar.gz, JWB, 2018; MetaCPAN )
Bio-Grid-Run-SGE/lib/Bio/Grid/Run/SGE/Config.pod ( view source; MetaCPAN )
rson-in-charge@jabber.example.com
      script: /path/to/log/script.pl

Custom scripts will get a json encoded structure passed via stdin. The structure has the form:


    {
      "subject": "the sub
et.wur.nl',
  'job_name'      => 'xml_munge1',
  'extra'         => { 'map' => '../split_test.map.json.gz' },
  'mail'          => 'joachim.bargsten@wur.nl',
  'script_dir'    => '/WORKING_DIR/bin',
 
Bio-Grid-Run-SGE ( J/JW/JWB/Bio-Grid-Run-SGE-0.066.tar.gz, JWB, 2018; MetaCPAN )
Bio-Grid-Run-SGE/scripts/cl_fail_on_purpose.pl ( view source; MetaCPAN )
idx_item->[0] -> $result_prefix");
      jspew( $result_prefix . ".env.json",  \%ENV );
      jspew( $result_prefix . ".item.json", $idx_item );
      sleep 1;
      die;

    },
    post_task => sub 
st like index, prints element(s) to <result_prefix>.item.json.
Additionally, the current environment will be stored in <result_prefix>.env.json.

EXAMPLE CONFIG:
  ---
  input:
  - elements:
    - a
 
Bio-Grid-Run-SGE ( J/JW/JWB/Bio-Grid-Run-SGE-0.066.tar.gz, JWB, 2018; MetaCPAN )
Bio-Grid-Run-SGE/lib/Bio/Grid/Run/SGE/Master.pm ( view source; MetaCPAN )
_dir}, $name );
  }

  $env->{worker_config_file} = catfile( $config->{tmp_dir}, $jn . '.job.conf.json' );
  $env->{worker_env_script} = catfile( $config->{tmp_dir}, join( '.', 'env', $jn, 'pl' ) );
}
Bio-Grid-Run-SGE ( J/JW/JWB/Bio-Grid-Run-SGE-0.066.tar.gz, JWB, 2018; MetaCPAN )
Bio-Grid-Run-SGE/lib/Bio/Grid/Run/SGE/Index/FileRecordsFromNDJSON.pm ( view source; MetaCPAN )
package Bio::Grid::Run::SGE::Index::FileRecordsFromNDJSON;

use warnings;
use strict;

use Mouse;

use IO::Handle;
use Carp;
use List::Util qw/sum/;
use List::MoreUtils qw/uniq/;
use Bio::Gonzales::Ut
s_newer/;
use Bio::Grid::Run::SGE::Util qw/glob_list/;
use Data::Dumper;
use Cwd qw/fastcwd/;
use JSON::XS;

our $VERSION = '0.066'; # VERSION

has 'num_elems_cumulative' => ( is => 'rw' );
has overwr
teable );
  my $files_key = $self->files_key;

  my $abs_jsonl_files = glob_list($input_files);

  my @abs_input_files;
  for my $f (@$abs_jsonl_files) {
    open my $fh, '<', $f or die "Can't open fi
Bio-Grid-Run-SGE ( J/JW/JWB/Bio-Grid-Run-SGE-0.066.tar.gz, JWB, 2018; MetaCPAN )
Bio-Grid-Run-SGE/lib/Bio/Grid/Run/SGE/Util.pm ( view source; MetaCPAN )
ec::Functions qw/catfile/;
use Data::Dumper;
use List::Util qw/min/;
use Path::Tiny;
use JSON::XS qw/encode_json/;
use Bio::Gonzales::Util::Log;

use base 'Exporter';
our ( @EXPORT, @EXPORT_OK, %EXPOR
Bio-Grid-Run-SGE ( J/JW/JWB/Bio-Grid-Run-SGE-0.066.tar.gz, JWB, 2018; MetaCPAN )
Bio-Grid-Run-SGE/scripts/cl_syntax_error.pl ( view source; MetaCPAN )
idx_item->[0] -> $result_prefix");
      jspew( $result_prefix . ".env.json",  \%ENV );
      jspew( $result_prefix . ".item.json", $idx_item );
      sleep 1;
      function_that_does_not_exist();

 
st like index, prints element(s) to <result_prefix>.item.json.
Additionally, the current environment will be stored in <result_prefix>.env.json.

EXAMPLE CONFIG:
  ---
  input:
  - elements:
    - a
 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.