Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnielsen committed Jan 10, 2018
2 parents ff82acf + 7700e3a commit 2a934b0
Show file tree
Hide file tree
Showing 62 changed files with 334 additions and 2,283 deletions.
49 changes: 41 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,44 @@
matrix:
include:
- os: linux
- os: linux
language: perl
perl: "5.22"
install:
- which cpanm
- cpanm -nq --installdeps .
- perl Build.PL
- perl ./Build
- perl ./Build test
- perl ./Build install
script:
- hpcrunner.pl submit_jobs -h
- hpcrunner.pl execute_job -h
- hpcrunner.pl execute_array -h
- hpcrunner.pl stats -h
- hpcrunner.pl new -h
#script: ci-tests/slurm/travis-setup.sh; ci-tests/slurm/travis-run.sh # slurm testing
- os: osx
language: c
sudo: required
services:
- docker
script: ci-tests/slurm/travis-setup.sh; ci-tests/slurm/travis-run.sh # slurm testing
- os: osx
language: c
script: ci-tests/run-travis-perl-osx.sh #osx testing
install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda config --add channels conda-forge
- conda config --add channels bioconda
- conda update -q conda
- conda info -a
- conda create -q -n build perl perl-app-cpanminus
- source activate build
- cpanm -nq --installdeps .
- perl Build.PL
- perl ./Build
- perl ./Build test
- perl ./Build install
script:
- hpcrunner.pl submit_jobs -h
- hpcrunner.pl execute_job -h
- hpcrunner.pl execute_array -h
- hpcrunner.pl stats -h
- hpcrunner.pl new -h
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for HPC-Runner-Command

{{$NEXT}}
- added back in stats command

3.2.11 2017-09-11 13:50:17 GST
- Milestones - https://github.com/biosails/HPC-Runner-Command/milestone/3
Expand Down
2 changes: 2 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"File::Basename" : "0",
"File::Copy" : "0",
"File::Find::Rule" : "0",
"File::Glob" : "0",
"File::Path" : "0",
"File::Slurp" : "0",
"File::Spec" : "0",
Expand Down Expand Up @@ -117,6 +118,7 @@
"Test::Class::Moose" : "0",
"Test::Class::Moose::Load" : "0",
"Test::Class::Moose::Runner" : "0",
"Test::Exception" : "0.43",
"Test::More" : "0",
"Text::Diff" : "0",
"strict" : "0",
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Get help by heading on over to github and raising an issue. [GitHub ](https://me
https:#github.com-biosails-HPC-Runner-Command-issues).

Please see the complete documentation at [HPC::Runner::Command GitBooks ](https://metacpan.org/pod/
https:#jerowe.gitbooks.io-hpc-runner-command-docs-content).
https:#biosails.gitbooks.io-hpc-runner-command-docs-content).

# Quick Start - Create a New Project

Expand Down Expand Up @@ -136,11 +136,11 @@ Within a job type we can declare dependencies on particular tasks.
Each scheduler has its own set of variables. HPC::Runner::Command has a set of
generalized variables for declaring types across templates. For more information
please see [Job Scheduler
Comparison](https://jerowe.gitbooks.io/hpc-runner-command-docs/content/job_submission/comparison.html)
Comparison](https://biosails.gitbooks.io/hpc-runner-command-docs/content/job_submission/comparison.html)

Additionally, for workflows with a large number of tasks, please see
[Considerations for Workflows with a Large Number of
Tasks](https://jerowe.gitbooks.io/hpc-runner-command-docs/content/design_workflow.html#considerations-for-workflows-with-a-large-number-of-tasks)
Tasks](https://biosails.gitbooks.io/hpc-runner-command-docs/content/design_workflow.html#considerations-for-workflows-with-a-large-number-of-tasks)
for information on how to group tasks together.

### Workflow file
Expand Down
29 changes: 0 additions & 29 deletions _docs/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions _docs/SUMMARY.md

This file was deleted.

Loading

0 comments on commit 2a934b0

Please sign in to comment.