Skip to content

Commit

Permalink
[ci skip] Merge PR 30542
Browse files Browse the repository at this point in the history
Merge PR bioconda#30542, commits were: 
 * Update meta.yaml
 * Update meta.yaml
 * Added import from Proline
  • Loading branch information
veitveit authored Sep 15, 2021
1 parent a06be87 commit acfb209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions recipes/polystest/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ cp *.R $PREFIX/share/polystest/
cp LiverAllProteins.csv $PREFIX/share/polystest/
cp polystest.yml $PREFIX/share/polystest/
cp runPolySTestCLI.R $PREFIX/bin
cp convertFromProline.R $PREFIX/bin
cp run_polystest_app.R $PREFIX/bin
echo "before chmod"
chmod a+x $PREFIX/bin/runPolySTestCLI.R
Expand Down
2 changes: 1 addition & 1 deletion recipes/polystest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package:
version: {{ version }}

build:
number: 1
number: 2
noarch: generic

source:
Expand Down

0 comments on commit acfb209

Please sign in to comment.