gamcil / clinker

Gene cluster comparison figure generator
MIT License
507 stars 66 forks source link

Using clinker in windows Cmd shell, only alignement of last name sequences #81

Open CWoudstra opened 2 years ago

CWoudstra commented 2 years ago

Hi, Im new to clinker. I have tried to use it through the cmd shell of windows. When I use the command: clinker cluster/865-C1.gbk, 790_C1.gbk 771, 17-D1.gbk -p it only produces the alignment with the last 2 files. Also, trying to use the command: clinker cluster/*.gbk -p gives me the error "no files found". Any help would be nice :). Best, Cedric

CWoudstra commented 2 years ago

This is not very active troubleshooting... I guess my problem is very minor, but it would be nice to hear about someone... Or I just stay with EasyFig, it does the job also.

gamcil commented 2 years ago

Hi @CWoudstra, it looks like you are entering the files with spaces and commas, which will get broken up by the command line before clinker sees it - could you try removing the commas and wrapping the file names in speech marks if they have spaces, e.g. clinker cluster/865-C1.gbk cluster/790_C1.gbk "cluster/771, 17.gbk" -p (presuming that's the last file name)

CWoudstra commented 2 years ago

Hi gamcil, thank you for your answer. I had a try and adding speech marks did not work. I entered: clinker cluster/"865-C.gbk" "790_C1.gbk" "771-17-D1.gbk" -p It aligned only the last 2 files. I entered: clinker cluster/865-C.gbk cluster/790_C1.gbk cluster/771-17-D1.gbk -p it did not find the files.

Do you have other suggestions? What about: clinker cluster/*.gbk Why is not working to align all gbk files?

Thank you so much for your help,

Cedric

gamcil commented 2 years ago

Just so I'm sure, you are running clinker in a folder which has a folder called cluster inside it containing your GenBank files? Or are your files in the same folder you are running clinker in? If the first command you wrote there works and not the second, I'm guessing it is the latter, in which case you should delete the cluster/ like so:

clinker "865-C.gbk" "790_C1.gbk" "771-17-D1.gbk" -p

You could also give this web server a shot: CAGECAT

au1510 commented 1 year ago

Hi @CWoudstra ! Have you managed to use the *clinker cluster/.gbk** at the end? Having the same issue here using windows cmd shell...

Thank you for your help,

Audrey