Skip to content

Commit

Permalink
Merge pull request #3566 from solgenomics/topic/solgs/fix-acronym
Browse files Browse the repository at this point in the history
replace old acronym template with a new one
  • Loading branch information
lukasmueller authored Jun 10, 2021
2 parents aa08baf + 37d0a08 commit 408e0b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions mason/solgs/population/combined/combined.mas
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ $traits_no
$stocks_no
$protocol_url => ''
$owner => ''
$acronym
$genotyping_protocol_id
</%args>

Expand Down Expand Up @@ -95,9 +94,7 @@ $genotyping_protocol_id



<& /solgs/population/acronym.mas,
acronym => $acronym,
&>
<& /solgs/population/trait_acronyms.mas &>

%}
% else
Expand Down
4 changes: 1 addition & 3 deletions mason/solgs/population/multiple_traits_output.mas
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ $selection_pop_name => undef
$list_of_prediction_pops => undef
$prediction_pop_analyzed_traits => undef
$prediction_pop_analyzed_traits_ids => undef
$acronym
$genotyping_protocol_id

</%args>
Expand Down Expand Up @@ -118,6 +117,5 @@ $selection_traits_ids = join(',', @$prediction_pop_analyzed_traits_ids);
<& /solgs/kinship/analysis.mas,
pop_id => $training_pop_id &>

<& acronym.mas,
acronym => $acronym,
<& /solgs/population/trait_acronyms.mas,
&>

0 comments on commit 408e0b4

Please sign in to comment.