Skip to content

Commit

Permalink
Merge pull request #10 from RoanKanninga/master
Browse files Browse the repository at this point in the history
small fixes
  • Loading branch information
pneerincx authored Nov 18, 2024
2 parents 051b9f1 + fa69dd6 commit 75eb4dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion parameters.csv
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gapVersion,GAP/2.8.0
pythonVersion,Python/3.9.1-${toolChain_min}-bare
boostVersion,Boost/1.79.0-GCC-11.3.0
htslibVersion,HTSlib/1.19.1-${toolChain_min}
RPlusVersion,RPlus/4.2.1-foss-2022a-v22.12.1
rVersion,R/4.2.2-foss-2022a
nextflowVersion,nextflow/21.10.6-Java-11-LTS
bcfToolsVersion,BCFtools/1.19-${toolChain_min}
javaVersion,Java/11-LTS
Expand Down
4 changes: 3 additions & 1 deletion protocols_compute/cnv_genotype_call_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ ml "${plinkVersion}"
mkdir -p "${cnvOutDir}.integrated_genotypes_filtered"

plink --bfile 'chr_22_filtered' \
--bmerge "${cnvOutDir}.reweighed_b_dosage.bed" "${cnvOutDir}.reweighed_b_dosage.bim" "${cnvOutDir}.reweighed_b_dosage.fam" \
--bmerge "${cnvOutDir}.reweighed_b_dosage.bed" \
"${cnvOutDir}.reweighed_b_dosage.bim" \
"${cnvOutDir}.reweighed_b_dosage.fam" \
--make-bed --out "${cnvOutDir}.integrated_genotypes_filtered/chr_22"
4 changes: 2 additions & 2 deletions protocols_compute/sample_filtering.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#string pgxVersion
#string plink2Version
#string RPlusVersion
#string rVersion

#string sampleListPrefix
#string concatenatedGenotypesOutputDir
Expand All @@ -13,7 +13,7 @@ set -u

module load "${pgxVersion}"
module load "${plink2Version}"
module load "${RPlusVersion}"
module load "${rVersion}"
#export R_LIBS_USER=${rLibsPath}

sampleListPrefixFolder=$(dirname "${sampleListPrefix}")
Expand Down

0 comments on commit 75eb4dd

Please sign in to comment.