Skip to content

Commit

Permalink
dev updates Thu 17 Sep 2015 06:57:39 BST trimmomatic lie 412 to 420
Browse files Browse the repository at this point in the history
  • Loading branch information
snewhouse committed Sep 17, 2015
2 parents 81a2a61 + 58667cd commit 0ec2a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/ngseasy_trimmomatic
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,9 @@ fi
########################################################################################################
# adapter_fa : check of this is in palce and exit if not
########################################################################################################
if [[ ${GENOMEBUILD} == "b37" ]]; then
if [[ "${GENOMEBUILD}" == "b37" ]]; then
adapter_fa="/home/pipeman/ngs_projects/ngseasy_resources/reference_genomes_b37/contaminant_list.fa"
elif [[ ${GENOMEBUILD} == "hg19" ]]; then
elif [[ "${GENOMEBUILD}" == "hg19" ]]; then
adapter_fa="/home/pipeman/ngs_projects/ngseasy_resources/reference_genomes_hg19/contaminant_list.fa"
elif [[ "${GENOMEBUILD}" == "hs37d5" ]]; then
adapter_fa="/home/pipeman/ngs_projects/ngseasy_resources/reference_genomes_hs37d5/contaminant_list.fa"
Expand Down
Binary file removed containerized/ngseasy_dockerfiles/.DS_Store
Binary file not shown.

0 comments on commit 0ec2a93

Please sign in to comment.