-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
New version of ParseDarwinSamplesheet.sh script, finetuning concordance.sh, changed log location, lost of bugfixes #38
Conversation
…winSamplesheet.sh as Jobfile parser.
bin/ParseDarwinSamplesheet.sh
Outdated
local _prefix="" | ||
_prefix=$(echo "${_project}" | awk -F '_' '{print $1}') | ||
|
||
if [[ "${_prefix}" =~ ^(NGS|NGSR|QXTR|XHTS|MAGR|QXT|HSR|GS)$ ]] && [[ "${_type}" =~ ^(WES|WGS )$ ]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^(WES|WGS )$
is die ruimte bewust gekozen?
bin/ParseDarwinSamplesheet.sh
Outdated
|
||
#kolom 1: processStepID | ||
#kolom 2: projectNaam 1 | ||
#kolom 3: DNA nummer 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DNA nummer 1
#check if reheadering is needed. | ||
sampleName=$(bcftools query -l "!{sampleId}.called.sorted.vcf.gz") | ||
if [[ ${sampleName} != !{sampleId} ]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing quotes
No description provided.