Skip to content

Commit

Permalink
Merge pull request #657 from TheJacksonLaboratory/fix-tsv-template
Browse files Browse the repository at this point in the history
Remove extra `\t` from the TSV template
  • Loading branch information
ielis authored May 1, 2024
2 parents e9b57ed + 2f53672 commit d02a64d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rank${tab}diseaseName${tab}diseaseCurie${tab}pretestprob${tab}posttestprob${tab}
${dd.rank}${tab}${dd.diseaseName}${tab}${dd.diseaseCurie}${tab}${dd.pretestprob}${tab}${dd.posttestprob}${tab}${dd.compositeLR}
</#list>
<#else>
rank${tab}diseaseName${tab}diseaseCurie${tab}pretestprob${tab}posttestprob${tab}compositeLR${tab}${tab}entrezGeneId${tab}variants
rank${tab}diseaseName${tab}diseaseCurie${tab}pretestprob${tab}posttestprob${tab}compositeLR${tab}entrezGeneId${tab}variants
<#list diff as dd>
${dd.rank}${tab}${dd.diseaseName}${tab}${dd.diseaseCurie}${tab}${dd.pretestprob}${tab}${dd.posttestprob}${tab}${dd.compositeLR}${tab}${dd.entrezGeneId}${tab}${dd.varString}
</#list>
Expand Down

0 comments on commit d02a64d

Please sign in to comment.