-
take the following program:
```
from Bio.Align import PairwiseAligner
aligner = PairwiseAligner()
alns = aligner.align("GATTACA", "GATCA")
out = format(alns[0])
print(out)
```
With Bio…
-
For about the millionth time I've just been writing a methods section for a manuscript, e.g. something like:
> Samples were sequenced to a depth of approximately 100 million 50-base pair, paired-e…
-
Submitting Author: Simon van Heeringen (@simonvh)
Package Name: genomepy
One-Line Description of Package: simple and straightforward downloading and management of genomic data.
Repository Link (…
-
Hi all,
I am trying to use quast with a reference (360Mbp) and one new assembly (450Mbp). Can the size be a problem? The reference come from illumina reads and the new assembly from pacbio. It is run…
-
Dear @songtaogui :
I found a question in this bash file.
**${pre}.rmNPlant.ID-only** is generated in line 55(**cut -f 1 ${pre}.rmNPlant.ID > ${pre}.rmNPlant.ID-only**)
How does this assign a val…
-
Hello Alex,
I`m having problems generating the index files of for the latest human genome build of hg19_CRCh38 from ensemble. Being a first time STAR user I installed a precompiled package from the…
-
When I use this **Command:**
bam_files
-
## Bug report
### Expected behavior and actual behavior
In the mapping step of nf-core sarek, fastqs should be aligned to a reference genome. This works perfectly with a subset of my sample she…
-
### Description of the bug
Every time I run kallisto as a subworkflow, it crashes for memory reasons. However, unlike in #38, it crashes at the indexing stage instead of the bustools stage. It seems …
-
Hi,
I've been trying to use strobealign from source using the current head, and have ran into a few issues. Maybe the solution is just wait for the stable release 😉
The first is trying to use the…