@@ -198,7 +198,7 @@ linux = ["mkdir -p {{destdir}}/bin; fn=`ls -F bin|grep '*' | tr -d '*'` ;cd bin;
198198mac = [" mkdir -p {{destdir}}/bin; fn=`ls -F bin|grep '*' | tr -d '*'` ;cd bin;" , " cp $fn {{destdir}}/bin" ]
199199
200200[fusioncatcher ]
201- source_url = [" https://sourceforge.net/projects/fusioncatcher/files/fusioncatcher_{{version}}.zip" ,
201+ source_url = [" https://sourceforge.net/projects/fusioncatcher/files/fusioncatcher_{{version}}.zip" ,
202202 " https://sourceforge.net/projects/fusioncatcher/files/bootstrap.py" ]
203203decompress = [true , false ]
204204# dependence = ["bwa", "blat", "faToTwoBit", "bowtie", "bowtie2", "star", "sratools", "velvet", "lzo", "pigz", "seqtk", "picard", "samtools_old", "pxz", "liftover"]
@@ -304,7 +304,7 @@ version_available = ["1.2.11", "1.2.10", "1.2.9", "1.2.7", "1.2.8", "1.2.6", "1.
304304make_dir = [" ./" ]
305305bin_dir = [" {{destdir}}/lib" ]
306306
307- [zlib .source_url ]
307+ [zlib .source_url ]
308308linux = [" https://sourceforge.net/projects/libpng/files/zlib/{{version}}/zlib-{{version}}.tar.gz" ]
309309mac = [" https://sourceforge.net/projects/libpng/files/zlib/{{version}}/zlib-{{version}}.tar.gz" ]
310310
@@ -543,18 +543,18 @@ bin_dir = ["{{destdir}}/bin"]
543543url_all_download = false
544544
545545[r .source_url ]
546- linux = [" https://cran.r-project.org/src/base/R-3/R-{{version}}.tar.gz" ,
547- " https://cran.r-project.org/src/base/R-2/R-{{version}}.tar.gz" ,
548- " https://cran.r-project.org/src/base/R-1/R-{{version}}.tgz" ,
546+ linux = [" https://cran.r-project.org/src/base/R-3/R-{{version}}.tar.gz" ,
547+ " https://cran.r-project.org/src/base/R-2/R-{{version}}.tar.gz" ,
548+ " https://cran.r-project.org/src/base/R-1/R-{{version}}.tgz" ,
549549 " https://cran.r-project.org/src/base/R-0/R-{{version}}.tgz" ]
550- mac = [" https://cran.r-project.org/bin/macosx/R-{{version}}.pkg" ,
550+ mac = [" https://cran.r-project.org/bin/macosx/R-{{version}}.pkg" ,
551551 " https://cran.r-project.org/bin/macosx/old/R-{{version}}.pkg" ]
552- windows = [" https://cran.r-project.org/bin/windows/base/R-{{version}}-win.exe" ,
552+ windows = [" https://cran.r-project.org/bin/windows/base/R-{{version}}-win.exe" ,
553553 " https://cran.r-project.org/bin/windows/base/old/{{versions}}/R-{{version}}-win.exe" ]
554554
555555[r .install ]
556556linux = [""" ./configure --enable-R-shlib --prefix={{destdir}} CFLAGS='\
557- @>@
557+ @>@
558558library(stringr)
559559include.flag <- unique(c('-I{{zlib:install.dir}}/include', '-I{{bzip2:install.dir}}/include', '-I{{xz:install.dir}}/include', '-I{{pcre:install.dir}}/include', '-I{{curl:install.dir}}/include'))
560560include.flag <- include.flag[!str_detect(include.flag, ':')]
@@ -564,11 +564,11 @@ LDFLAGS='\
564564@>@
565565lib.flag <- unique(c('-I{{zlib:install.dir}}/lib', '-I{{bzip2:install.dir}}/lib', '-I{{xz:install.dir}}/lib', '-I{{pcre:install.dir}}/lib', '-I{{curl:install.dir}}/lib'))
566566lib.flag <- lib.flag[!str_detect(lib.flag, ':')]
567- paste(lib.flag, collapse=' ')
567+ paste(lib.flag, collapse=' ')
568568@<@' \
569569&& make""" , " make install" ]
570570mac = [""" ./configure --enable-R-shlib --prefix={{destdir}} CFLAGS='\
571- @>@
571+ @>@
572572library(stringr)
573573include.flag <- unique(c('-I{{zlib:install.dir}}/include', '-I{{bzip2:install.dir}}/include', '-I{{xz:install.dir}}/include', '-I{{pcre:install.dir}}/include', '-I{{curl:install.dir}}/include'))
574574include.flag <- include.flag[!str_detect(include.flag, ':')]
@@ -578,7 +578,7 @@ LDFLAGS='\
578578@>@
579579lib.flag <- unique(c('-I{{zlib:install.dir}}/lib', '-I{{bzip2:install.dir}}/lib', '-I{{xz:install.dir}}/lib', '-I{{pcre:install.dir}}/lib', '-I{{curl:install.dir}}/lib'))
580580lib.flag <- lib.flag[!str_detect(lib.flag, ':')]
581- paste(lib.flag, collapse=' ')
581+ paste(lib.flag, collapse=' ')
582582@<@' \
583583&& make""" , " make install" ]
584584
@@ -593,8 +593,8 @@ mac = "pip install ."
593593decompress = false
594594url_all_download = false
595595
596- [miniconda2 .source_url ]
597- windows = [" https://repo.continuum.io/miniconda/Miniconda2-{{version}}-Windows-x86_64.exe" ,
596+ [miniconda2 .source_url ]
597+ windows = [" https://repo.continuum.io/miniconda/Miniconda2-{{version}}-Windows-x86_64.exe" ,
598598 " http://bioinfo.rjh.com.cn/download/miniconda/Miniconda2-{{version}}-Windows-x86_64.exe" ]
599599mac = [" https://repo.continuum.io/miniconda/Miniconda2-{{version}}-MacOSX-x86_64.sh" ,
600600 " http://bioinfo.rjh.com.cn/download/miniconda/Miniconda2-{{version}}-MacOSX-x86_64.sh" ]
@@ -610,7 +610,7 @@ decompress = false
610610url_all_download = false
611611
612612[miniconda3 .source_url ]
613- windows = [" https://repo.continuum.io/miniconda/Miniconda3-{{version}}-Windows-x86_64.exe" ,
613+ windows = [" https://repo.continuum.io/miniconda/Miniconda3-{{version}}-Windows-x86_64.exe" ,
614614 " http://bioinfo.rjh.com.cn/download/miniconda/Miniconda3-{{version}}-Windows-x86_64.exe" ]
615615mac = [" https://repo.continuum.io/miniconda/Miniconda3-{{version}}-MacOSX-x86_64.sh" ,
616616 " http://bioinfo.rjh.com.cn/download/miniconda/Miniconda3-{{version}}-MacOSX-x86_64.sh" ]
@@ -624,7 +624,7 @@ mac = "sh Miniconda3-{{version}}-MacOSX-x86_64.sh"
624624[strelka ]
625625source_url = " ftp://strelka@ftp.illumina.com/v1-branch/v{{version}}/strelka_workflow-{{version}}.tar.gz"
626626version_order_fixed = true
627- version_available = [" 1.0.15" , " 1.0.4" , " 1.0.5" , " 1.0.6" , " 1.0.7" , " 1.0.10" ,
627+ version_available = [" 1.0.15" , " 1.0.4" , " 1.0.5" , " 1.0.6" , " 1.0.7" , " 1.0.10" ,
628628 " 1.0.11" , " 1.0.12" , " 1.0.13" , " 1.0.14" ]
629629
630630[strelka .install ]
@@ -644,7 +644,7 @@ version_available = "latest"
644644version_available = [" 2.7.1" , " 2.6.0" , " 2.5.0" , " 2.4.0" , " 2.3.0" ]
645645[blast .source_url ]
646646linux = " ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/{{version}}/ncbi-blast-{{version}}+-x64-linux.tar.gz"
647- mac = [" ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/{{version}}/ncbi-blast-{{version}}+-x64-macosx.tar.gz" ,
647+ mac = [" ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/{{version}}/ncbi-blast-{{version}}+-x64-macosx.tar.gz" ,
648648 " ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/{{version}}/ncbi-blast-{{version}}+.dmg" ]
649649win = [" ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/{{version}}/ncbi-blast-{{version}}+-x64-win64.tar.gz" ,
650650 " ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/{{version}}/ncbi-blast-{{version}}+-win64.exe" ]
@@ -658,7 +658,7 @@ mac = "mkdir -p {{destdir}}/bin; cp {{download.dir}}/*.jar {{destdir}}/bin"
658658
659659[interproscan ]
660660source_url = [
661- " ftp://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/{{version}}/interproscan-{{version}}-64-bit.tar.gz" ,
661+ " ftp://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/{{version}}/interproscan-{{version}}-64-bit.tar.gz" ,
662662 " http://bioinfo.rjh.com.cn/download/bioinstaller/interproscan/interproscan-{{version}}-64-bit.tar.gz"
663663]
664664url_all_download = false
@@ -675,7 +675,7 @@ make_dir = ["./src"]
675675linux = " make -f Makefile.Linux"
676676mac = " make -f Makefile.MacOS"
677677
678- [vcfanno .source_url ]
678+ [vcfanno .source_url ]
679679linux = " https://github.com/brentp/vcfanno/releases/download/{{version}}/vcfanno_linux64"
680680mac = " https://github.com/brentp/vcfanno/releases/download/{{version}}/vcfanno_osx"
681681[vcfanno ]
@@ -706,11 +706,11 @@ version_available = ["1.4.3", "1.4.1"]
706706
707707[beagle ]
708708source_url = " http://faculty.washington.edu/browning/beagle/{{version}}"
709- version_available = [" beagle.08Jun17.d8b.jar" , " beagle_4.1_21Jan17.pdf" , " run.beagle.08Jun17.d8b.example" ,
709+ version_available = [" beagle.08Jun17.d8b.jar" , " beagle_4.1_21Jan17.pdf" , " run.beagle.08Jun17.d8b.example" ,
710710 " release_notes" , " beagle.170608.zip" ]
711711
712712[contest ]
713- source_url = [" http://bioinfo.rjh.com.cn/download/bioinstaller/contest/contest-{{version}}-bin.zip" ,
713+ source_url = [" http://bioinfo.rjh.com.cn/download/bioinstaller/contest/contest-{{version}}-bin.zip" ,
714714 " hg19_population_stratified_af_hapmap_3.3.vcf.gz" ]
715715url_all_download = true
716716version_available = " 1.0.24530"
@@ -747,6 +747,18 @@ source_url = "http://bioinfo.rjh.com.cn/download/bioinstaller/meerkat/meerkat.{{
747747version_available = " 0.189"
748748
749749[vadir ]
750- source_url = [" http://bioinfo.rjh.com.cn/download/bioinstaller/vadir/VaDiR.tar.gz" ,
750+ source_url = [" http://bioinfo.rjh.com.cn/download/bioinstaller/vadir/VaDiR.tar.gz" ,
751751 " ftp://penguin.genomics.cn/pub/10.5524/100001_101000/100360/VaDiR.tar.gz" ]
752752version_available = " latest"
753+
754+ [mutsig ]
755+ source_url = " http://bioinfo.rjh.com.cn/download/bioinstaller/mutsig/MutSigCV_{{version}}.zip"
756+ version_available = [" 1.41" ]
757+
758+ [mutsig_dependence ]
759+ source_url = " http://bioinfo.rjh.com.cn/download/bioinstaller/mutsig/{{version}}.zip"
760+ version_available = [" exome_full192.coverage" , " mutation_type_dictionary_file.txt" ]
761+
762+ [mutsig_reffa ]
763+ source_url = " http://bioinfo.rjh.com.cn/download/bioinstaller/mutsig/{{version}}.zip"
764+ version_available = [" hg19.fa" ]
0 commit comments