tgen / pegasusPipe

MIT License
1 stars 0 forks source link

vcfMerger parsing sample names #17

Closed tgenahmet closed 7 years ago

tgenahmet commented 7 years ago

Can a sample name contain a period "."? I believe this is causing vcfMerger to parse file names incorrectly which in turn is creating a 0 byte vcf file which in turn is crashing GATK.

project: MMUM_008_N01502

I can't recall all of the sample name requirements for the pipeline... @denriquez @awchrist

awchrist commented 7 years ago

Nope. a period is not allowed. here is the power point that has the break down of the naming convention.

I’m guessing this was done outside of KBase? I can double check.

-- Austin Christofferson Bioinformatician Translational Genomics Research Institute

445 North Fifth Street, Phoenix, AZ 85004 (W) 602-343-8671 | (M) 480-650-4067 achristofferson@tgen.org | www.keatslab.org | www.tgen.org

From: tgenahmet notifications@github.com notifications@github.com Reply: tgen/pegasusPipe reply@reply.github.com reply@reply.github.com Date: March 12, 2017 at 2:00:41 PM To: tgen/pegasusPipe pegasuspipe@noreply.github.com pegasuspipe@noreply.github.com Cc: Austin Christofferson achristofferson@tgen.org achristofferson@tgen.org, Mention mention@noreply.github.com mention@noreply.github.com Subject: [tgen/pegasusPipe] vcfMerger parsing sample names (#17)

Can a sample name contain a period "."? I believe this is causing vcfMerger to parse file names incorrectly which in turn is creating a 0 byte vcf file which in turn is crashing GATK.

project: MMUM_008_N01502

I can't recall all of the sample name requirements for the pipeline... @denriquez https://github.com/denriquez @awchrist https://github.com/awchrist

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tgen/pegasusPipe/issues/17, or mute the thread https://github.com/notifications/unsubscribe-auth/ALdsNmeo2enO53X-bgmJsZ5mHav0VBADks5rlFz4gaJpZM4MarH4 .

--

This electronic message is intended to be for the use only of the named recipient, and may contain information that is confidential or privileged, including patient health information. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited. If you have received this message in error or are not the named recipient, please notify us immediately by contacting the sender at the electronic mail address noted above, and delete and destroy all copies of this message. Thank you.

tgenahmet commented 7 years ago

config file validation now makes sure no periods are used.