lindenb / jvarkit

Java utilities for Bioinformatics
https://jvarkit.readthedocs.io/
Other
476 stars 131 forks source link

Task 'MapUniProtFeatures.main()' not found in root project 'jvarkit'. #218

Open wunalahu2 opened 1 year ago

wunalahu2 commented 1 year ago

Hi lindenb, can I debug the MapUniProtFeatures.java in IntelliJ IDEA 2022.2.3 ? I want to add the 'Gene' and peptide 'POSITION(S)' info in the result generated from MapUniProtFeatures. I've tried it ,but the following error is raised: Task 'MapUniProtFeatures.main()' not found in root project 'jvarkit'.

Executing gradle task is OK for gradle MapUniProtFeatures,and the packaged mapuniprot.jar can successfully run in my terminal

But when I want to debug the source file MapUniProtFeatures.java ,it reports the above error.

lindenb commented 1 year ago

sorry this is more a programming / IDE question. I use a terminal, I cannot help with this;

wunalahu2 commented 1 year ago

That's OK.I've found another software to and peptide positions for each genomic locations to the result of MapUniProtFeatures.java.It's OK for me now .Thanks a lot for your help.