# HG changeset patch # User davidvanzessen # Date 1565264436 14400 # Node ID e35b82f31ec723d43d0b1dc809787a2b3aadd938 # Parent 2e3de43ff4711151e4a45b69c3dc6ac08e07a7de Uploaded diff -r 2e3de43ff471 -r e35b82f31ec7 README.md --- a/README.md Wed Jul 10 03:38:24 2019 -0400 +++ b/README.md Thu Aug 08 07:40:36 2019 -0400 @@ -1,6 +1,7 @@ # ARGalaxy Immune Repertoire This is the GitHub repository for the ARGalaxy Immune repertoire pipeline. -The Galaxy tool version can be found [here](https://toolshed.g2.bx.psu.edu/repository/browse_repositories_i_own?sort=name&operation=view_or_manage_repository&id=2e457d63170a4b1c). +The Galaxy tool version can be found [here](https://toolshed.g2.bx.psu.edu/repository/browse_repositories_i_own?sort=name&operation=view_or_manage_repository&id=2e457d63170a4b1c). +The docker version can be found [here](https://github.com/ErasmusMC-Bioinformatics/ARGalaxy-docker). ## Overview diff -r 2e3de43ff471 -r e35b82f31ec7 igblast/igblast.sh --- a/igblast/igblast.sh Wed Jul 10 03:38:24 2019 -0400 +++ b/igblast/igblast.sh Thu Aug 08 07:40:36 2019 -0400 @@ -23,6 +23,6 @@ echo "$input $species $locus $output" -java -Xmx16G -jar $IGBLASTWRP/igblastwrp.jar -p 4 -S $species -R $locus ${input} $PWD/blasted_output 2>&1 +java -Xmx16G -jar $dir/igblastwrp.jar -p 4 -S $species -R $locus ${input} $PWD/blasted_output 2>&1 Rscript --verbose $dir/igblast.r "$PWD/blasted_output.L2.txt" "$output" 2>&1