Skip to content

Change knownGene in tutorial to refGene #6

Description

@akotlar

In the Readme tutorial:

GenPro_download_ucsc_data.pl -d hg38 -g hg38

for ((i=1;i<27;i++)); do
  GenPro_create_db.pl -g hg38 -c $i \
    --genedir hg38/gene             \
    --geneset knownGene             \
    -f hg38/chr -o hg38/idx;
done;

In GenPro_download_ucsc_data.pl line 101 - 103:

# gene data, per genome sql dump
#my $gene_set = "knownGene";
my $gene_set = "refGene";

This causes GenPro_create_db.pl to fail if run as shown in the readme.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions