Giter VIP home page Giter VIP logo

Comments (4)

derrik-gratz avatar derrik-gratz commented on August 18, 2024
podman run -v /yerkes-cifs:/yerkes-cifs -ti ghcr.io/bimberlab/nimble align \
--reference /yerkes-cifs/runs/Analysis/2023_Analyses/p23120_Amanda/Data/mmul10_missing_features.json \
--output /yerkes-cifs/runs/Analysis/2023_Analyses/p23120_Amanda/Processing/nimble/nimble_test.tsv \
--input /yerkes-cifs/runs/Analysis/2023_Analyses/p23120_Amanda/Data/p23120_Amanda-230608A/p23120-s001_Capture-39-5-GEX-LIB_S1_L001_R1_001.fastq \
--input /yerkes-cifs/runs/Analysis/2023_Analyses/p23120_Amanda/Data/p23120_Amanda-230608A/p23120-s001_Capture-39-5-GEX-LIB_S1_L001_R2_001.fastq
Aligning input .bam to the reference libraries
['--input', '/yerkes-cifs/runs/Analysis/2023_Analyses/p23120_Amanda/Data/p23120_Amanda-230608A/p23120-s001_Capture-39-5-GEX-LIB_S1_L001_R2_001.fastq', '-c', '1', '--strand_filter', 'unstranded', '-r', '/yerkes-cifs/runs/Analysis/2023_Analyses/p23120_Amanda/Data/mmul10_missing_features.json', '-o', '/yerkes-cifs/runs/Analysis/2023_Analyses/p23120_Amanda/Processing/nimble/nimble_test.tsv']
Loading and preprocessing reference data for /yerkes-cifs/runs/Analysis/2023_Analyses/p23120_Amanda/Data/mmul10_missing_features.json
Total 156227 kmers to process in dbg
Making mphf of kmers
Assigning offsets to kmers
Total 156227 kmers to process in dbg
Making mphf of kmers
Assigning offsets to kmers
Loading read sequences and aligning
Spawning consumer thread 0
Spawning reader thread.
Spawning logging thread.
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: BamOpen { target: "/yerkes-cifs/runs/Analysis/2023_Analyses/p23120_Amanda/Data/p23120_Amanda-230608A/p23120-s001_Capture-39-5-GEX-LIB_S1_L001_R2_001.fastq" }', src/parse/sorted_bam_reader.rs:14:50
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Any { .. }', src/process/bam.rs:181:28

from nimble.

derrik-gratz avatar derrik-gratz commented on August 18, 2024

I'll throw this in here too, in case you are interested in allowing the wildcard expansion for the input field, you can specify nargs to an argparse argument to allow multiple entries

https://docs.python.org/3/library/argparse.html#nargs

from nimble.

derrik-gratz avatar derrik-gratz commented on August 18, 2024

Also, the non-parsing issue for fastq inputs happens with both .fastq and .fastq.gz extensions

from nimble.

hextraza avatar hextraza commented on August 18, 2024
podman run -v /yerkes-cifs:/yerkes-cifs -ti ghcr.io/bimberlab/nimble align \
--reference /yerkes-cifs/runs/Analysis/2023_Analyses/p23120_Amanda/Data/mmul10_missing_features.json \
--output /yerkes-cifs/runs/Analysis/2023_Analyses/p23120_Amanda/Processing/nimble/nimble_test.tsv \
--input /yerkes-cifs/runs/Analysis/2023_Analyses/p23120_Amanda/Data/p23120_Amanda-230608A/p23120-s001_Capture-39-5-GEX-LIB_S1_L001_R1_001.fastq \
--input /yerkes-cifs/runs/Analysis/2023_Analyses/p23120_Amanda/Data/p23120_Amanda-230608A/p23120-s001_Capture-39-5-GEX-LIB_S1_L001_R2_001.fastq
Aligning input .bam to the reference libraries
['--input', '/yerkes-cifs/runs/Analysis/2023_Analyses/p23120_Amanda/Data/p23120_Amanda-230608A/p23120-s001_Capture-39-5-GEX-LIB_S1_L001_R2_001.fastq', '-c', '1', '--strand_filter', 'unstranded', '-r', '/yerkes-cifs/runs/Analysis/2023_Analyses/p23120_Amanda/Data/mmul10_missing_features.json', '-o', '/yerkes-cifs/runs/Analysis/2023_Analyses/p23120_Amanda/Processing/nimble/nimble_test.tsv']
Loading and preprocessing reference data for /yerkes-cifs/runs/Analysis/2023_Analyses/p23120_Amanda/Data/mmul10_missing_features.json
Total 156227 kmers to process in dbg
Making mphf of kmers
Assigning offsets to kmers
Total 156227 kmers to process in dbg
Making mphf of kmers
Assigning offsets to kmers
Loading read sequences and aligning
Spawning consumer thread 0
Spawning reader thread.
Spawning logging thread.
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: BamOpen { target: "/yerkes-cifs/runs/Analysis/2023_Analyses/p23120_Amanda/Data/p23120_Amanda-230608A/p23120-s001_Capture-39-5-GEX-LIB_S1_L001_R2_001.fastq" }', src/parse/sorted_bam_reader.rs:14:50
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Any { .. }', src/process/bam.rs:181:28

Most recent release should fix this workflow, allowing multiple files to be passed to --input

from nimble.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.