Skip to content

Commit

Permalink
Merge pull request #166 from RoanKanninga/master
Browse files Browse the repository at this point in the history
added searching in all prm when searching for ConcordanceCheck ngs vcfs
  • Loading branch information
BenjaminsM authored Feb 13, 2020
2 parents ae9c5e2 + 6db2a1a commit 26c36d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ConcordanceMakeSamplesheet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ module load "${bedToolsVersion}"
module list

concordanceDir="/groups/${NGSGROUP}/${TMP_LFS}/concordance/"
ngsVcfDirPRM="/groups/${NGSGROUP}/${PRM_LFS}/concordance/ngs/"
ngsVcfDirPRM="/groups/${NGSGROUP}/prm0*/concordance/ngs/"
arrayVcfDirPRM="/groups/${ARRAYGROUP}/${PRM_LFS}/concordance/array/"

for vcfFile in $(ssh "${HOSTNAME_PRM}" "find ${ngsVcfDirPRM} \( -type f -o -type l \) -name *final.vcf.gz")
Expand Down

0 comments on commit 26c36d3

Please sign in to comment.