Mercurial > repos > biomonika > linkyx
changeset 26:0c7f60054ee3
toolshed perl, newest commit, two occurencies - based on toolshed bioperl
| author | biomonika <biomonika@psu.edu> |
|---|---|
| date | Fri, 12 Sep 2014 00:23:56 -0400 |
| parents | ffe50d004cb4 |
| children | 91f05fd5f5f2 |
| files | sort_bam.sh tool_dependencies.xml |
| diffstat | 2 files changed, 14 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/sort_bam.sh Thu Sep 11 22:01:22 2014 -0400 +++ b/sort_bam.sh Fri Sep 12 00:23:56 2014 -0400 @@ -3,7 +3,8 @@ bam_file=$2; hash samtools 2>/dev/null || { echo "I require samtools in path but it's not installed. Aborting."; exit 1; } -echo $LINKYX_PATH -echo $SAMTOOLS +echo "LINKYX_PATH:" $LINKYX_PATH +echo "SAMTOOLS:" $SAMTOOLS +echo "PATH:" $PATH samtools sort $bam_file $results 2>log.txt
--- a/tool_dependencies.xml Thu Sep 11 22:01:22 2014 -0400 +++ b/tool_dependencies.xml Fri Sep 12 00:23:56 2014 -0400 @@ -18,13 +18,19 @@ <readme>Compiling samtools with fPIC in order to create bam.h and compiled libbam.a files</readme> </package> +<?xml version="1.0"?> +<tool_dependency> + <package name="perl" version="5.18.1"> + <repository changeset_revision="a1a111b9faa5" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + </package> <package name="bioperl" version="1.6.922"> - <install version="1.0"> - <actions> - <action type="setup_perl_environment"> - <repository changeset_revision="091a97f8c585" name="package_perl_5_18" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> + <install version="1.0"> + <actions> + <action type="setup_perl_environment"> + <repository changeset_revision="a1a111b9faa5" name="package_perl_5_18" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <package name="perl" version="5.18.1" /> </repository> - <!-- allow downloading and installing an Perl package from cpan.org--> + <!-- allow downloading and installing an Perl package from cpan.org--> <package>XML::Parser</package> <package>http://search.cpan.org/CPAN/authors/id/C/CJ/CJFIELDS/BioPerl-1.6.922.tar.gz</package> <package>Bio::DB::Fasta</package> @@ -38,5 +44,4 @@ Bundle::BioPerl </readme> </package> - </tool_dependency> \ No newline at end of file
