question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Function not implemented

See original GitHub issue

Hi, I used HiC dbg2olc40x -i /scratch/waterhouse_team/benth/dbg2olc-40x/snakepipes/snakePipes/workflows/HiC/hic-fq -o /scratch/waterhouse_team/benth/dbg2olc-40x/snakepipes/snakePipes -c defaults.yaml but I got this error:

Failed to create temp dir under temp path prefix (/data/extended/)! Try fallback: /scratch/waterhouse_team/benth/dbg2olc-40x/snakepipes/snakePipes/ ...
Building DAG of jobs...
Using shell: /bin/bash
Provided cluster nodes: 5
Job counts:
        count   jobs
        4       FASTQ
        1       all
        2       build_matrix
        2       call_tads
        2       compute_thresholds
        2       correct_matrix
        2       diagnostic_plot
        4       map_fastq_single_end
        1       multiQC
        20

[Wed Oct 31 11:18:00 2018]
localrule FASTQ:
    input: /scratch/waterhouse_team/benth/dbg2olc-40x/snakepipes/snakePipes/workflows/HiC/hic-fq/N_Ben_HiC4.R1.fastq.gz
    output: FASTQ/N_Ben_HiC4.R1.fastq.gz
    jobid: 5
    wildcards: sample=N_Ben_HiC4.R, read=1


[Wed Oct 31 11:18:00 2018]
localrule FASTQ:
    input: /scratch/waterhouse_team/benth/dbg2olc-40x/snakepipes/snakePipes/workflows/HiC/hic-fq/N_Ben_HiC4.R2.fastq.gz
    output: FASTQ/N_Ben_HiC4.R2.fastq.gz
    jobid: 11
    wildcards: sample=N_Ben_HiC4.R, read=2


[Wed Oct 31 11:18:00 2018]
localrule FASTQ:
    input: /scratch/waterhouse_team/benth/dbg2olc-40x/snakepipes/snakePipes/workflows/HiC/hic-fq/N_Ben_HiC2.R1.fastq.gz
    output: FASTQ/N_Ben_HiC2.R1.fastq.gz
    jobid: 9
    wildcards: sample=N_Ben_HiC2.R, read=1


[Wed Oct 31 11:18:00 2018]
localrule FASTQ:
    input: /scratch/waterhouse_team/benth/dbg2olc-40x/snakepipes/snakePipes/workflows/HiC/hic-fq/N_Ben_HiC2.R2.fastq.gz
    output: FASTQ/N_Ben_HiC2.R2.fastq.gz
    jobid: 17
    wildcards: sample=N_Ben_HiC2.R, read=2

touch: touch: touch: touch: setting times of 'FASTQ/N_Ben_HiC4.R1.fastq.gz'setting times of 'FASTQ/N_Ben_HiC2.R1.fastq.gz'setting times of 'FASTQ/N_Ben_HiC2.R2.fastq.gz'setting times of 'FASTQ/N_Ben_HiC
4.R2.fastq.gz': Function not implemented: Function not implemented: Function not implemented: Function not implemented

What did I miss?

Thank you in advance,

Michal

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:18 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
steffenheynecommented, Oct 31, 2018

it seems the touch option “-r --reference=FILE” flag is implemented on SUSE as well, so we might switch to this more generic one and use as file e.g. the config.yaml inside the output directory

0reactions
steffenheynecommented, Nov 28, 2018

we released version 1.1.1 that should fix all of the issues

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error syscall : Function not implemented - Stack Overflow
which means the system call is registered correctly. In my user space program, I'm writing: #define __NR_pedagogictime 1326 //1326 is my system ...
Read more >
Marking a function as not implemented - Google Groups
Hello! What's the preferred way to mark a function as not yet implemented? I wanted to `raise NotImplementedError`, but it seems that doesn't...
Read more >
Issue #2121: received netlink error: Function not implemented ...
Hi, Im trying to create a tunnel between two centos system. but failed. The strongswan log is: Sep 26 23:10:45 daemon.info charon: 14[NET]...
Read more >
16 not-implemented-yet - Racket Documentation
Can be used as a placeholder for an expression returning type. This form throws an error at run-time, but will allow the program...
Read more >
function not implemented inside my TypeScript - Microsoft Q&A
function not implemented inside my TypeScript. I have the following TypeScript file inside our SharePoint sPFx:-.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found