Skip to content

Commit

Permalink
correct duplicate edge id values
Browse files Browse the repository at this point in the history
  • Loading branch information
dozy committed Nov 18, 2014
1 parent c54abc0 commit 8fbaab7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions data/vtlib/alignment_wtsi_stage2_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
"to":"tee0"
},
{
"id":"t0_to_bamcollate2_ranking",
"id":"t0_to_bamcollate2_ranking_phix",
"from":"tee0:__PHIX_ALN_OUT__",
"to":"bamrecompress_input"
},
Expand Down Expand Up @@ -643,7 +643,7 @@
"to":"final_output_prep_target"
},
{
"id":"af_to_paf_target",
"id":"af_to_paf_phix",
"from":"alignment_filter:__PHIX_OUTBAM__",
"to":"final_output_prep_phix"
},
Expand All @@ -663,7 +663,7 @@
"to":"target_bam"
},
{
"id":"paf_to_bam",
"id":"paf_to_bam_phix",
"from":"final_output_prep_phix",
"to":"phix_bam"
},
Expand Down
6 changes: 3 additions & 3 deletions data/vtlib/final_output_prep.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,17 +332,17 @@
"to":"bmd_multiway"
},
{
"id":"bmd_to_scramble",
"id":"bmdmw_to_scramble",
"from":"bmd_multiway:__SCRAMBLE_OUT__",
"to":"scramble"
},
{
"id":"bmd_to_scramble",
"id":"scramble_to_scramble_tee",
"from":"scramble",
"to":"scramble_tee"
},
{
"id":"bmd_to_scramble",
"id":"scramble_tee_to_md5",
"from":"scramble_tee:__MD5_OUT__",
"to":"scramble_md5"
},
Expand Down
4 changes: 2 additions & 2 deletions data/vtlib/realignment_wtsi_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
"to":"tee0"
},
{
"id":"t0_to_bamcollate2_ranking",
"id":"t0_to_bamrecompress_input",
"from":"tee0:__PHIX_ALN_OUT__",
"to":"bamrecompress_input"
},
Expand All @@ -313,7 +313,7 @@
"to":"post_alignment_target:no_align_bam"
},
{
"id":"t0_to_bamcollate2_ranking",
"id":"t0_to_pre_alignment_target",
"from":"tee0:__TGT_ALN_OUT__",
"to":"pre_alignment_target"
},
Expand Down

0 comments on commit 8fbaab7

Please sign in to comment.