Git Product home page Git Product logo

Comments (6)

MikkelSchubert avatar MikkelSchubert commented on August 23, 2024

Hi,

What version of AdapterRemoval are you using and what command-line arguments did you use when running it?

from adapterremoval.

aemmons90 avatar aemmons90 commented on August 23, 2024

Hi,
Thanks for the quick response.

This was a conda install: AdapterRemoval v.2.3.0

Command:
AdapterRemoval --threads 2 --file1 PCS1_S1_L001_R1_001.fastq --file2 PCS1_S1_L001_R2_001.fastq --minalignmentlength 10 --trimns --trimqualities --minquality 20 --collapse --minlength 30 --output1 ./analyis_ready/PCS1.trimmed.R1.fastq --output2 ./analysis_ready/PCS1.trimmed.R2.fastq --outputcollapsed ./analysis_ready/PCS1.trimmed.merged.fastq --settings PCS1_AdapterRemoval.txt --adapter1 AGATCGGAAGAGCACACGTCTGAACTCCAGTCACNNNNNNGCATCTCGTATGCCGTCTTCTGCT --adapter2 AGATCGGAAGAGCGTCGGTAGGGAAAGAGTGTAGTCTGTGGTGTAGATCTCGGTGGTC

from adapterremoval.

MikkelSchubert avatar MikkelSchubert commented on August 23, 2024

I am not sure why the error message is so uninformative, and I am currently exploring how to fix that, but the cause is most likely that AdapterRemoval cannot create the output file, possibly because the directory "analysis_ready" does not exist or because you do not have sufficient permissions to write to it.

Can you check if "analysis_ready" exists and that you have permission to write to it? I.e. what is the output of running the following command in the same folder where you are running AdapterRemoval:

    touch ./analyis_ready/PCS1.trimmed.R1.fastq

from adapterremoval.

aemmons90 avatar aemmons90 commented on August 23, 2024

Actually, this is silly, but apparently this is a simple typo error. I have "analysis_ready" in one spot and "analyis_ready" in another. It is now working. Sorry about that. I should have caught that.

from adapterremoval.

aemmons90 avatar aemmons90 commented on August 23, 2024

Also, thank you for your time.

from adapterremoval.

MikkelSchubert avatar MikkelSchubert commented on August 23, 2024

You're welcome. I'll release a small update to AdapterRemoval sometime this week to improve the error message; it's easy to make a typo like that, so the error message should at least point in the right direction and not be this uninformative.

from adapterremoval.

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.