Closed leiendeckerlu closed 4 years ago
Hi Lukas!
Sorry, the local file option is a bit rough / not well documented. It's still expecting a protein reference ID, although it will replace that data with yours. So you need one of the three options here:
{-Q UNIPROT_DB IDENTIFER | -U UNIPROT_ID | GENE_SYMBOL}
You may want to use -o=output.svg
to be sure where your output is going too.
Hey!
super nice, that fixed it - I did it like this now:
./lollipops -l="./E6.json" -legend -f="/Library/Fonts/Arial Unicode.ttf" -o="json.svg" RB1
It's still a bit confusing that the tool outputs the RB1 associated stuff:
--> SNIP
HGNC Symbol: RB1
Uniprot returned 155 hits for your gene symbol 'RB1':
Entry Entry name Status Gene names Organism
P06400 RB_HUMAN reviewed RB1 Homo sapiens (Human)
Q8TDY2 RBCC1_HUMAN reviewed RB1CC1 KIAA0203 RBICC Homo sapiens (Human)
P42701 I12R1_HUMAN reviewed IL12RB1 IL12R IL12RB Homo sapiens (Human)
Q8IUH3 RBM45_HUMAN reviewed RBM45 DRB1 DRBP1 Homo sapiens (Human)
Q01094 E2F1_HUMAN reviewed E2F1 RBBP3 Homo sapiens (Human)
O75832 PSD10_HUMAN reviewed PSMD10 Homo sapiens (Human)
Q9NY61 AATF_HUMAN reviewed AATF CHE1 DED HSPC277 Homo sapiens (Human)
Q14209 E2F2_HUMAN reviewed E2F2 Homo sapiens (Human)
Q9UBU8 MO4L1_HUMAN reviewed MORF4L1 MRG15 FWP006 HSPC008 HSPC061 PP368 Homo sapiens (Human)
--> SNAP
Thanks for your help & very nice tool! Lukas
Hi there,
I have some trouble getting lollipops run with a local JSON file.
This is my file:
and the command I'm trying is
./lollipops -f="/Library/Fonts/Arial Unicode.ttf" -l="E6.json"
however, the only output I get is the default help screen of lollipops: (so no error message or anything)
I also tried to follow the advice given here https://github.com/joiningdata/lollipops/issues/36 and here https://github.com/joiningdata/lollipops/issues/31 but no success so far.
Am I missing something?
Thanks, Lukas