Skip to content

Commit

Permalink
add article PMID to bionotate history csv
Browse files Browse the repository at this point in the history
  • Loading branch information
tomclegg committed Jul 8, 2012
1 parent b089051 commit de350b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export_bionotate.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
");
if (theDb()->isError($q)) die ($q->getMessage() . "\n");

$fields = split(' ', 'edit_timestamp edit_oid variant_id variant_gene variant_aa_del variant_aa_pos variant_aa_ins variant_rsid bionotate_xml');
$fields = split(' ', 'edit_timestamp edit_oid variant_id variant_gene variant_aa_del variant_aa_pos variant_aa_ins variant_rsid article_pmid bionotate_xml');
fputcsv($fh, $fields);

$n=0;
Expand Down

0 comments on commit de350b5

Please sign in to comment.