Open tatahin opened 4 years ago
I changed "-" in headers of input bam-files and readgroups:
@RG ID:2895499223 CN:WUGSC LB:H_NJ_HCC1395_HCC1395-lg24-lib1 PL:Illumina PU:H7HY2CCXX.3.ATCACGGT SM:H_NJ_HCC1395_HCC1395
But the error repeated.
[smoove] 2019/12/09 10:10:23 Failed to open -: unknown file type
So I try to find out the real reason of an error. If you have any idea, write it in comments, please.
I tested smoove
with our aligned bam-file, relevant ref-file and base-command from smoove.cwl
and it finished successfuly.
So I can only conclude that bams (2895499223.bam
, 2895499237.bam
) are not suitable for germline_wgs.cwl
testing.
Any news here? :)
@apaul7 and @johnegarza , Can we sort out a solution to hosting the new example BAM file? The original question was posed by @apaul7 in his PR: https://github.com/genome/analysis-workflows/pull/885#issue-376771911
I believe the hosting of the "fixed" BAM file input was lost in code review. If it's small enough we should host directly in the repo itself. I know we've moved many inputs to a cloud bucket, but TTBOMK those are not publicly accessible yet.
I would appreciate it very much too!
Good day! I keep trying to run
germline_wgs.cwl
with BAMs and references fromexample_data/exome_workflow
from repository (I had to add some files and values). But it failed with error:Firstly we have tried to start the basecommand from schema (
smoove.cwl
) in smoove docker-container withfinal.bam
from tmpfiles, but there was the same error. According to--help
ofsmoove call
the order of arguments differs from smoove.cwl's command:When we changed the order of arguments, error modified:
Thus the order changing helps, but it is not enough. Maybe error relates to "-" in temp files names (
H_NJ-HCC1395-HCC1395
). Output files of smoove, produced from testfinal.bam
fromexample_data/exome_workflow