Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Error with alignment to reference in gene_expression tutorial #30

Description

@john-hancock

I'm running the gene_expression tutorial on a MacBook Air with the Apple chip.

I get the following error:

Error in rule build_minimap_index:
jobid: 0
output: index/transcriptome_index.mmi
shell:

    minimap2 -t 4  -I 1000G -d index/transcriptome_index.mmi /epi2melabs/differential-expression/sample_data/Homo_sapiens.GRCh38.cdna.all.fa.gz

    (one of the commands exited with non-zero exit code; note that snakemake uses bash strict mode!)

Is there a solution to this? I have just run the tutorial straightforwardly without any tinkering so it looks like a scripting/parameterization issue

Full log:

Building DAG of jobs...
Using shell: /usr/bin/bash
Provided cores: 4
Rules claiming more threads will be scaled down.
Conda environments: ignored
Job counts:
count jobs
1 build_minimap_index
1

[Thu Aug 5 10:42:13 2021]
rule build_minimap_index:
input: /epi2melabs/differential-expression/sample_data/Homo_sapiens.GRCh38.cdna.all.fa.gz
output: index/transcriptome_index.mmi
jobid: 0
threads: 4

[Thu Aug 5 10:42:32 2021]
Error in rule build_minimap_index:
jobid: 0
output: index/transcriptome_index.mmi
shell:

    minimap2 -t 4  -I 1000G -d index/transcriptome_index.mmi /epi2melabs/differential-expression/sample_data/Homo_sapiens.GRCh38.cdna.all.fa.gz

    (one of the commands exited with non-zero exit code; note that snakemake uses bash strict mode!)

Removing output files of failed job build_minimap_index since they might be corrupted:
index/transcriptome_index.mmi
Shutting down, this might take some time.
Exiting because a job execution failed. Look above for error message
Complete log: /epi2melabs/differential-expression/.snakemake/log/2021-08-05T104211.761394.snakemake.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions