alienzj
alienzj
```python ➤ snakemake --cores all --dry-run -p -r -n Workflow defines that rule get_genome is eligible for caching between workflows (use the --cache argument to enable this). Workflow defines that...
This PR is very useful when trimming is not performed.
@johanneskoester Hi, Johannes, can you add me to the `snakemake-workflows` team ? I am happy to process some issues.
Hello, everyone~ when I do: ``` mash info RefSeq88n.msh | head -n 50 ``` I found(part): ``` Header: Hash function (seed): MurmurHash3_x64_128 (0) K-mer size: 21 (64-bit hashes) Alphabet: ACGT...
I think I should use `ftp://ftp.ncbi.nlm.nih.gov/genomes/refseq/bacteria/`
> I was able to do fish_config remotely by: > > * viewing the temp file fish creates to see what port the webserver is bound to (I had 8000)...
I see, we need `http://localhost:8000/xxxxxx`. The real url can get from `rg href `. Now, worked. Thanks ~
@sunnycqcn Hello, Just drag the spades.log on the desktop directly into the browser input box. If spades.log is bigger than 8Mbp, you can share it use cloud storage service.
`SPAdes v3.15.5` did `not` build with lto enabled. How to fix it?
I see, thank you.