Skip to content

Commit

Permalink
Merge pull request #152 from RoanKanninga/master
Browse files Browse the repository at this point in the history
fixing position in samplesheet
  • Loading branch information
marieke-bijlsma authored Oct 18, 2019
2 parents f400d3f + 7cf797c commit 46533b0
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 @@ -234,7 +234,7 @@ do
log4Bash 'DEBUG' "${LINENO}" "${FUNCNAME:-main}" '0' "the concordance between ${arrayInfoList} ${ngsInfoList} is being calculated"
continue
else
echo -e "data1Id\tdata2Id\tlocation1\tlocation2\n${arrayId}\t${ngsVcfId}\t${HOSTNAME_PRM}:${ngsVcfDirPRM}/${ngsVcfId}.final.vcf.gz\t${HOSTNAME_PRM}:${arrayVcfDirPRM}/${arrayId}.FINAL.vcf" > "${concordanceDir}/samplesheets/${arrayInfoList}_${ngsInfoList}.sampleId.txt"
echo -e "data1Id\tdata2Id\tlocation1\tlocation2\n${arrayId}\t${ngsVcfId}\t${HOSTNAME_PRM}:${arrayVcfDirPRM}/${arrayId}.FINAL.vcf\t${HOSTNAME_PRM}:${ngsVcfDirPRM}/${ngsVcfId}.final.vcf.gz" > "${concordanceDir}/samplesheets/${arrayInfoList}_${ngsInfoList}.sampleId.txt"
fi

done
Expand Down

0 comments on commit 46533b0

Please sign in to comment.