李经纬

Results 10 comments of 李经纬

Thank you > To clarify the context, why do you need to set the intermediates_dir to a different folder using absolute path ? > > This is not an expected...

It works previously but not now. Will this be fixed in the future?

I meet a similar problem as using loading scripts. I have to set download_mode='force_redownload' to load the latest script.

> Hi ! `Sequence` has a weird behavior for dictionaries (from tensorflow-datasets), use a regular list instead: > > ```python > ds = datasets.load_dataset('json', data_files="./temp.json", features=datasets.Features({ > 'ref1': datasets.Value('string'), >...

Hello. It seems that this pipeline need input sample (control) to call peak. No control not peak.

Thank you very mush. It seems a little complex for me. Do you have a plan to fix this directly in the repository https://github.com/nf-core/chipseq/blob/master/subworkflows/local/prepare_genome.nf so that others can get rid...

```python Python 3.11.10 | packaged by conda-forge | (main, Oct 16 2024, 01:27:36) [GCC 13.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import matplotlib >>>...

I fix this by add skip: True # [not linux]. ```yaml build: skip: True # [not linux] ``` It seems that the jinja2 `complier()` does not work correctly if the...