Skip to content
#

genomics

Here are 1,115 public repositories matching this topic...

mdkeehan
mdkeehan commented Apr 3, 2018

I am planning a large alignment run on a non human species using a non alt aware reference.
I would like to determine which combination of BWA MEM "-M" and "-Y" options I should be using.
As far as I can tell "-M" used to be needed for the Picard compatibility as sometimes mentioned in the man page.

GATK 4 now recommends not to use "-M" for the human alt aware reference.
But they are now rec

ekg
ekg commented Sep 11, 2019

As part of the process of bringing vg into debian's package system, I'd like to develop more extensive documentation of vg and its subcommands. This tool is increasingly used by people who are outside of the core group of developers, and they face a steep learning curve to understand what the various systems do.

I suggest we develop per-command documentation. These could begin in the form of ma

hail
hammer
hammer commented Jan 30, 2020

I tried to run Hail with Spark 2.4.4 built for Scala 2.12, and it did not work. It does work with Spark 2.4.4 built for Scala 2.11.

Here's the error I got with Scala 2.12:

Py4JJavaError: An error occurred while calling z:is.hail.HailContext.apply.
: java.lang.NoSuchMethodError: scala/Predef$.refArrayOps([Ljava/lang/Object;)Lscala/collection/mutable/ArrayOps; (loaded from file:/home/hammer

JFsanchezherrero
JFsanchezherrero commented Mar 20, 2019

Dear @kblin,

I would like to use ncbi-gneome-download as a python module within my pipeline and I have been having problems to decipher the arguments to pass to the download call. I guess the readme and documentation is not up to date or I am missing something.

For example, I tried on the command line and it worked fine for me the following code:

ncbi-genome-download -s genbank -F fast
bklein345
bklein345 commented Feb 20, 2020
  • Search whether this issue (or a similar issue) has been solved before
    using the search tab above. Link the previous issue if appropriate below.

  • Paste your deepTools version (deeptools --version) and your python
    version (python --version) below.
    deeptools 3.3.2
    Python 3.6.0

  • Paste the full deepTools command that produces the issue below
    (ignore if you simply sp

kfpbennett
kfpbennett commented Oct 23, 2019

Documentation for wcFst says:

"Output : 3 columns :
1. seqid
2. position
3. target allele frequency
4. background allele frequency
5. wcFst"

In reality, the output is 3 columns: 1, 2, and 5.

This discrepancy seems to affect segmentFst, which returns an error "FATAL: not valid wcFst input"

sbliven
sbliven commented May 8, 2017

What's the intended meaning of PDBHeader.getDescription? It is populated in mmCIF with the _struct_keywords.pdbx_keywords field, the same as getClassification() (e.g. lyase, oxidase, etc). It seems to be unused in PDB files. It's also modified in a couple places for partial structures, e.g. "subset of 1ABC".

junaruga
junaruga commented Apr 13, 2020

The test script shows 2 warnings in the log. You can see the Travis log.

$ perl -cw scripts/test/simple_tests.pl 
\1 better written as $1 at scripts/test/simple_tests.pl line 4671.
\1 better written as $1 at scripts/test/simple_tests.pl line 4672.
scripts/test/simple_tests.pl syntax OK

This part.

scripts

dyl4nm4rsh4ll
dyl4nm4rsh4ll commented Jun 12, 2017

Hi there,

On this page (http://kundajelab.github.io/dragonn/cloud_resources.html), the step "Alternatively, you can run the Dragonn jupyter notebook by executing the following commands: sudo su passwd ubuntu enter your desired password when prompted." suggests that
sudo su passwd ubuntu is a one line command. For whatever reason, this step only worked when I separated sudo su and `pass

hashbackup
hashbackup commented Jan 22, 2020

It would be helpful to have a complete list of all standard Python modules and a guide as to which ones are supported, in progress, going to be supported, or not going to be supported ever. For example, is the threading module ever going to be supported? Will threading be handled with Seq's pipelines only? Will the multiprocessing module be supported?

Having this list will encourage people t

Improve this page

Add a description, image, and links to the genomics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the genomics topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.