Sergey Mitrofanov

Results 20 issues of Sergey Mitrofanov

I think it would be great to pack the output reads (good & bad)!

Hello! Due to `default = "good"` in [line 27](https://github.com/OpenGene/AfterQC/blob/master/after.py#L28), the description in line 28 contains a mistake. If option `-g` is not set by user, then the `good` folder will...

What do you think about some kind of parallel mode for processing a single pair of PE reads (`-1` and `-2` options) when `good` reads are to be generated?

Hello! How should I specify the input that can be on of two types: `string` or `File`. When `File`, a `secondaryFiles` parameter is needed. More over, the same `inputBinding` section...

Hello! Does your tool support python3?

I can't get rid of this: ``` root@86876e01e030:/outputs# /opt/hap.py/bin/hap.py --threads $(nproc) --gender auto --reference /outputs/ref/human_g1k_v37/human_g1k_v37.fasta --false-positives /outputs/precFDA/challenge4-fullset.bed --report-prefix /outputs/test012_07_NovoalignGATKHC_1_src /outputs/precFDA/challenge4-fullset.vcf.gz /outputs/precFDA/challenge_results/NovoalignGATKHC_1.vcf.gz 2019-09-10 15:26:22,969 WARNING No reference file found at default...

Hello! The option `--no-rebuild-external` doesn't exist in the `install.py` script but is mentioned in the `README.md`.

I suggest: ``` export PATH="/opt/hap.py/bin:$PATH" ```

Hello! This step doesn't work now: https://github.com/Illumina/hap.py/blob/dac84d9c5aa50ee805de2edb7af10e6e1a58721a/Dockerfile#L22 I suggest: ``` RUN add-apt-repository -y ppa:openjdk-r/ppa \ && apt-get update \ && apt-get --yes --no-install-recommends install \ openjdk-8-jdk ```

Hello! Egor, is it possible to run EH in parallel? I have many STR's in my catalog and a lot of samples, so it would be great to process them...