Ragnar Groot Koerkamp
Ragnar Groot Koerkamp
Ok, thanks. I'm not familiar yet with all the tools you mention to convert the raw data to `(read, corresponding reference)` pairs, like Winnowmap and the derivation of alignment parameters....
Allright, that should get me started. If my understanding is correct, The only data files I need are these: - [Maternal & Paternal reference](https://s3-us-west-2.amazonaws.com/human-pangenomics/index.html?prefix=working/HPRC_PLUS/HG002/assemblies/year1_freeze_assembly_v2.1/) - `HG002_ONT_...` [here](https://s3-us-west-2.amazonaws.com/human-pangenomics/index.html?prefix=working/HPRC_PLUS/HG002/raw_data/nanopore/) Then I use...
Yes I'll give this a try. I think these scripts are already fetched and used for compiling team submissions right, so it shouldn't be too much work
I think I should be able to reuse most of the existing [`compile` function](https://github.com/DOMjudge/domjudge/blob/main/judge/judgedaemon.main.php#L1007) for team submissions. The tricky point is mapping an executable to a compile script/id. It seems...
Oh, or we could do language detection for executables early on and store it in the DB, and then send this language, together with compile config when the executable is...
Ah, it seems that this actually isn't possible with native HTML, but datatables can probably do it: https://stackoverflow.com/q/25346476/2716069
I don't think it's officially spec'ed yet, but problemtools has the ground truth. The comments in the file explain the syntax. https://github.com/Kattis/problemtools/blob/develop/problemtools/config/languages.yaml BAPCtools also uses it.
One thing to keep in mind is that currently DOMjudge only has global language settings, so importing this for a contest would necessarily override the global settings, so there needs...
Hmm, no. All the comments were either made in the `files changed` github tab, or in emacs, as far as I remember. The ones made on github work fine and...
> Got it, thanks. > > > The issue seems to be that `code-review` passes a wrong line number to github when first pushing the comments. > > Yes, but...