Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
reduced analysis capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
avikdatta committed Jan 27, 2020
1 parent 3287a93 commit c50a235
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ sub pipeline_analyses {
-language => 'python3',
-meadow_type => 'PBSPro',
-rc_name => '8Gb2t',
-analysis_capacity => 50,
-analysis_capacity => 30,
-parameters => {
'base_results_dir' => $self->o('base_results_dir'),
'fastqc_exe' => $self->o('fastqc_exe'),
Expand Down Expand Up @@ -403,7 +403,7 @@ sub pipeline_analyses {
-language => 'python3',
-meadow_type => 'PBSPro',
-rc_name => '8Gb2t',
-analysis_capacity => 50,
-analysis_capacity => 30,
-parameters => {
'base_results_dir' => $self->o('base_results_dir'),
'fastqscreen_exe' => $self->o('fastqscreen_exe'),
Expand Down
8 changes: 4 additions & 4 deletions modules/ehive/Hive/PipeConfig/PrimaryAnalysisCombined_conf.pm
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ sub pipeline_analyses {
-language => 'python3',
-meadow_type => 'PBSPro',
-rc_name => '2Gb4t',
-analysis_capacity => 50,
-analysis_capacity => 30,
-parameters => {
'fastp_options_list' => $self->o('fastp_options_list'),
'split_by_lines_count' => $self->o('split_by_lines_count'),
Expand Down Expand Up @@ -381,7 +381,7 @@ sub pipeline_analyses {
-language => 'python3',
-meadow_type => 'PBSPro',
-rc_name => '42Gb8t',
-analysis_capacity => 50,
-analysis_capacity => 30,
-parameters => {
'star_exe' => $self->o('star_exe'),
'r1_read_file' => '#output_read1#',
Expand Down Expand Up @@ -412,7 +412,7 @@ sub pipeline_analyses {
-language => 'python3',
-meadow_type => 'PBSPro',
-rc_name => '4Gb',
-analysis_capacity => 50,
-analysis_capacity => 30,
-parameters => {
'input_files' => ['#star_genomic_bam#'],
'java_exe' => $self->o('java_exe'),
Expand Down Expand Up @@ -445,7 +445,7 @@ sub pipeline_analyses {
-language => 'python3',
-meadow_type => 'PBSPro',
-rc_name => '4Gb',
-analysis_capacity => 50,
-analysis_capacity => 30,
-parameters => {
'input_files' => ['#star_transcriptomic_bam#'],
'java_exe' => $self->o('java_exe'),
Expand Down

0 comments on commit c50a235

Please sign in to comment.