You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
Try:
Run gradle tasks to get a list of available tasks.
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: