Cristian García Romero
Cristian García Romero
Hi! First, thanks for the action, it is very useful! I'm creating a github action script where I use a conda environment in order to create a build, and another...
### Behaviour #### Steps to reproduce this issue 1. Create/build an image because we want to test if the changes pass (following https://github.com/docker/build-push-action/blob/master/docs/advanced/test-before-push.md): ```yaml - uses: actions/[email protected] if: ${{ env.TEST_ID...
Changes: - GHA scripts: - Minor fixes. - New workflow which builds a docker image and runs `run-tests-min.sh` using the built image. - Docker GHA script now can be configured...
Hi! I've trained 2 Bicleaner models using the same data and configuration, but the resulted models are different. The command I've used is: ```bash paste good_test_histogram: [6, 42, 176, 401,...
Necessary files in order to build a conda package. Instructions in order to build a package have been added. A conda package has been already released: https://anaconda.org/bitextor/kenlm. The release has...
Hi! I was wondering if it is possible to get the port from the URLs when `extract` function is invoked (or other function). I guess it is not, since I...
**Snakemake version** 7.14.0 **Describe the bug** When I stop snakemake execution via ctrl+c, the output files are not removed, but they are when the execution is stopped because of a...
Hi! There are a bunch of jobs that run in parallel, but there are some of them that I'd like to limit to a specific number of parallel jobs. I've...
Hi! I've been doing some observations in the code of Heritrix related to the URI precedence, what led me to the URI cost, and I think that is something I'm...
Hi, I've observed in the code that the value "${launchId}" is expected to be replaced with a value I'm not sure what is. Anyway, I'm trying to understand the configuration...