[DOCKTESTERS] [PAWG-TECH] Draft agenda for PCAWG-TECH teleconference

Keiran Raine kr2 at sanger.ac.uk
Wed Oct 12 10:49:27 EDT 2016


Hi Denis,

I expect when you unpack the the test data the BAS files exist in the archive in that area so the fact it runs the out of that step to a different location isn't detected.

Keiran Raine
Principal Bioinformatician
Cancer Genome Project
Wellcome Trust Sanger Institute

kr2 at sanger.ac.uk
Tel:+44 (0)1223 834244 Ext: 4983
Office: H104

> On 12 Oct 2016, at 15:36, Denis Yuen <Denis.Yuen at oicr.on.ca> wrote:
> 
> Hi,
> I can make the modification, I'll run it through the test data and that should finish in roughly a day. 
> In the meantime though, I am puzzled. Why would an issue like this affect a donor dataset, but not the test data?
> 
> 
> From: docktesters-bounces+denis.yuen=oicr.on.ca at lists.icgc.org [docktesters-bounces+denis.yuen=oicr.on.ca at lists.icgc.org] on behalf of Keiran Raine [kr2 at sanger.ac.uk]
> Sent: October 12, 2016 6:16 AM
> To: Miguel Vazquez
> Cc: docktesters at lists.icgc.org
> Subject: Re: [DOCKTESTERS] [PAWG-TECH] Draft agenda for PCAWG-TECH teleconference
> 
> Hi,
> 
> This is assuming that it is possible to write to the location the BAM are in.
> 
> I think Denis would be best placed to make the minor modification as I don't know the process they are using for build and deploy of the images (I made modifications and then handed over for CWL).
> 
> Regards,
> 
> Keiran Raine
> Principal Bioinformatician
> Cancer Genome Project
> Wellcome Trust Sanger Institute
> 
> kr2 at sanger.ac.uk <x-msg://29/redir.aspx?REF=tMZ0FjU7Kgm89it3zX1rIeGk_Zd2_xzeB1YH6GIYBZo-dzeqrPLTCAFtYWlsdG86a3IyQHNhbmdlci5hYy51aw..>
> Tel:+44 (0)1223 834244 Ext: 4983
> Office: H104
> 
>> On 12 Oct 2016, at 10:37, Miguel Vazquez <miguel.vazquez at cnio.es <x-msg://29/redir.aspx?REF=F46rw9DX4AXQvEjmTDF0k8PzjFoocSnJlahDqCMSnlA-dzeqrPLTCAFtYWlsdG86bWlndWVsLnZhenF1ZXpAY25pby5lcw..>> wrote:
>> 
>> [The rest of the list where out of the loop for this part of the conversation, I'm putting them back in. In short, the Sanger pipeline produces the BAS file but not co-located with the BAM]
>> 
>> Hi Keiran,
>> 
>> Would it be possible then to change this and try again? what needs to happen? I guess you'll need to change the code and a new docker image be produced. Would this be our best alternative? 
>> 
>> 
>> Miguel
>> 
>> 
>> 
>> On Tue, Oct 11, 2016 at 4:07 PM, Keiran Raine <kr2 at sanger.ac.uk <x-msg://29/redir.aspx?REF=tMZ0FjU7Kgm89it3zX1rIeGk_Zd2_xzeB1YH6GIYBZo-dzeqrPLTCAFtYWlsdG86a3IyQHNhbmdlci5hYy51aw..>> wrote:
>> In the original version we didn't do this step, if we have write access it can be made to do that
>> 
>> Keiran Raine
>> Principal Bioinformatician
>> Cancer Genome Project
>> Wellcome Trust Sanger Institute
>> 
>> kr2 at sanger.ac.uk <x-msg://29/redir.aspx?REF=tMZ0FjU7Kgm89it3zX1rIeGk_Zd2_xzeB1YH6GIYBZo-dzeqrPLTCAFtYWlsdG86a3IyQHNhbmdlci5hYy51aw..>
>> Tel:+44 (0)1223 834244 Ext: 4983 <tel:%2B44%20%280%291223%20834244%20Ext%3A%204983>
>> Office: H104
>> 
>>> On 11 Oct 2016, at 13:49, Miguel Vazquez <miguel.vazquez at cnio.es <x-msg://29/redir.aspx?REF=F46rw9DX4AXQvEjmTDF0k8PzjFoocSnJlahDqCMSnlA-dzeqrPLTCAFtYWlsdG86bWlndWVsLnZhenF1ZXpAY25pby5lcw..>> wrote:
>>> 
>>> Hi Keiran,
>>> 
>>> If the BAS and BAM files need to be collocated, why is it not created next to the BAM file?
>>> 
>>> Would it not be better if it read
>>> 
>>> private Job basFileBaseJob(int tumourCount, String sampleBam, String process, int index) {
>>> Job thisJob = prepTimedJob(tumourCount, "basFileGenerate", process, index);
>>> File f = new File(sampleBam);
>>> thisJob.getCommand()
>>> .addArgument(getWorkflowBaseDir()+ "/bin/wrapper.sh")
>>> .addArgument(installBase)
>>> .addArgument("bam_stats")
>>> .addArgument("-i " + sampleBam)
>>> .addArgument("-o " + sampleBam + ".bas")
>>> ;
>>> return thisJob;
>>> }
>>> 
>>> Best
>>> 
>>> Miguel
>>> 
>>> On Tue, Oct 11, 2016 at 2:44 PM, Keiran Raine <kr2 at sanger.ac.uk <x-msg://29/redir.aspx?REF=tMZ0FjU7Kgm89it3zX1rIeGk_Zd2_xzeB1YH6GIYBZo-dzeqrPLTCAFtYWlsdG86a3IyQHNhbmdlci5hYy51aw..>> wrote:
>>> Relevant section of code:
>>> 
>>> https://github.com/ICGC-TCGA-PanCancer/CGP-Somatic-Docker/blob/develop/src/main/java/io/seqware/pancancer/CgpSomaticCore.java#L769-L780 <x-msg://29/redir.aspx?REF=zCVU_6JvYkLiMhy3OP2CK3EOh5uPDCaP0xoAupVCznI-dzeqrPLTCAFodHRwczovL2dpdGh1Yi5jb20vSUNHQy1UQ0dBLVBhbkNhbmNlci9DR1AtU29tYXRpYy1Eb2NrZXIvYmxvYi9kZXZlbG9wL3NyYy9tYWluL2phdmEvaW8vc2Vxd2FyZS9wYW5jYW5jZXIvQ2dwU29tYXRpY0NvcmUuamF2YSNMNzY5LUw3ODA.>
>>> 
>>> Keiran Raine
>>> Principal Bioinformatician
>>> Cancer Genome Project
>>> Wellcome Trust Sanger Institute
>>> 
>>> kr2 at sanger.ac.uk <x-msg://29/redir.aspx?REF=tMZ0FjU7Kgm89it3zX1rIeGk_Zd2_xzeB1YH6GIYBZo-dzeqrPLTCAFtYWlsdG86a3IyQHNhbmdlci5hYy51aw..>
>>> Tel:+44 (0)1223 834244 Ext: 4983 <tel:%2B44%20%280%291223%20834244%20Ext%3A%204983>
>>> Office: H104
>>> 
>>>> On 11 Oct 2016, at 13:40, Keiran Raine <kr2 at sanger.ac.uk <x-msg://29/redir.aspx?REF=tMZ0FjU7Kgm89it3zX1rIeGk_Zd2_xzeB1YH6GIYBZo-dzeqrPLTCAFtYWlsdG86a3IyQHNhbmdlci5hYy51aw..>> wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> There is a step generating the BAS files:
>>>> 
>>>> [2016/10/10 07:28:37] | 
>>>> Running command: bash /datastore/oozie-6599f0b9-8af7-44ca-a608-03c5bbc159c6/generated-scripts/s58_basFileGenerate_control_11-runner.sh
>>>> [2016/10/10 07:28:37] | 
>>>> Running command: bash /datastore/oozie-6599f0b9-8af7-44ca-a608-03c5bbc159c6/generated-scripts/s58_basFileGenerate_tumours_12-runner.sh
>>>> 
>>>> But if the BAM files and BAS aren't co-located then you have a problem.  You could symlink the BAM files into the work space and have all tools work from that path instead, deleting the symlinks at the end.
>>>> 
>>>> This is one of the changes we had to implement differently as the BAS file data was being held in the GNOS xml data structures during the initial processing.  Moving to this means that any BAM input is sufficient.
>>>> 
>>>> Hope this is easier to solve now,
>>>> 
>>>> Keiran Raine
>>>> Principal Bioinformatician
>>>> Cancer Genome Project
>>>> Wellcome Trust Sanger Institute
>>>> 
>>>> kr2 at sanger.ac.uk <x-msg://29/redir.aspx?REF=tMZ0FjU7Kgm89it3zX1rIeGk_Zd2_xzeB1YH6GIYBZo-dzeqrPLTCAFtYWlsdG86a3IyQHNhbmdlci5hYy51aw..>
>>>> Tel:+44 (0)1223 834244 Ext: 4983 <tel:%2B44%20%280%291223%20834244%20Ext%3A%204983>
>>>> Office: H104
>>>> 
>>>>> On 11 Oct 2016, at 13:31, Miguel Vazquez <miguel.vazquez at cnio.es <x-msg://29/redir.aspx?REF=F46rw9DX4AXQvEjmTDF0k8PzjFoocSnJlahDqCMSnlA-dzeqrPLTCAFtYWlsdG86bWlndWVsLnZhenF1ZXpAY25pby5lcw..>> wrote:
>>>>> 
>>>>> Keiran,
>>>>> 
>>>>> Its downloading the files still but in fact it does not seem to download any BAS file. Could you please educate me a bit on what are these and how I can create them?
>>>>> 
>>>>> Best
>>>>> 
>>>>> Miguel
>>>>> 
>>>>> On Tue, Oct 11, 2016 at 2:22 PM, Miguel Vazquez <miguel.vazquez at cnio.es <x-msg://29/redir.aspx?REF=F46rw9DX4AXQvEjmTDF0k8PzjFoocSnJlahDqCMSnlA-dzeqrPLTCAFtYWlsdG86bWlndWVsLnZhenF1ZXpAY25pby5lcw..>> wrote:
>>>>> 
>>>>> 4. It looks like the *_pindel_input_* steps run for only 22-23 seconds which could indicate a problem with either the headers or the absence of the BAS file from the expected location.
>>>>> 
>>>>> 
>>>>> I think that you just revealed the problem. There is in fact no BAS files only BAM and BAI. There where BAS files for the test data HCC1143 which is the one that in fact work. It seems like BAS files are not gathered by gnos, could that be? or that my script fails to copy them. I'll try to gather a different sample with my client and check. 
>>>>> 
>>>>> Not knowing a thing about these files explains why I didn't notice. I'll get back to you when I know more.
>>>>> 
>>>>> Best
>>>>> 
>>>>> Miguel
>>>>> 
>>>> 
>>> 
>>> 
>>> -- The Wellcome Trust Sanger Institute is operated by Genome Research Limited, a charity registered in England with number 1021457 and a company registered in England with number 2742969, whose registered office is 215 Euston Road, London, NW1 2BE. 
>>> 
>> 
>> 
>> -- The Wellcome Trust Sanger Institute is operated by Genome Research Limited, a charity registered in England with number 1021457 and a company registered in England with number 2742969, whose registered office is 215 Euston Road, London, NW1 2BE. 
>> 
> 
> 
> -- The Wellcome Trust Sanger Institute is operated by Genome Research Limited, a charity registered in England with number 1021457 and a company registered in England with number 2742969, whose registered office is 215 Euston Road, London, NW1 2BE.




-- 
 The Wellcome Trust Sanger Institute is operated by Genome Research 
 Limited, a charity registered in England with number 1021457 and a 
 company registered in England with number 2742969, whose registered 
 office is 215 Euston Road, London, NW1 2BE. 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.icgc.org/mailman/private/docktesters/attachments/20161012/4495f8cc/attachment-0001.html>


More information about the docktesters mailing list