Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while running pATLASflow #16

Open
AmayAgrawal opened this issue Dec 9, 2021 · 0 comments
Open

Error while running pATLASflow #16

AmayAgrawal opened this issue Dec 9, 2021 · 0 comments

Comments

@AmayAgrawal
Copy link

Hi,

I am using pATLASflow to detect the plasmids in my assembled contig sequence. I downloaded the nexflow using this command wget -qO- https://get.nextflow.io | bash, made its executable using chmod and then using the following command to detect the available plasmids ./nextflow run tiagofilipe12/pATLASflow --assembly --fasta "path to the fasta file of the assembled contig". However, after running the above command, I am receiving the following output:

"
N E X T F L O W ~ version 21.10.4

Launching tiagofilipe12/pATLASflow [extravagant_descartes] - revision: 7cec748 [master]
executor > local (1)
[- ] process > mashScreen -
[- ] process > mashOutputJson -
[d0/178da8] process > runMashDist (running mash dist for fasta file: 562.22835.fasta) [100%] 1 of 1, failed: 1 ✘
[- ] process > mashDistOutputJson -
[- ] process > mappingBowtie -
[- ] process > samtoolsView -
[- ] process > jsonDumpingMapping -
[- ] process > fullConsensus -
Error executing process > 'runMashDist (running mash dist for fasta file: 562.22835.fasta)'

Caused by:
Process runMashDist (running mash dist for fasta file: 562.22835.fasta) terminated with an error exit status (1)

Command executed:

mash dist -i -p 1 -v 0.05 -d 0.1 /ngstools/data/plasmid_db_reference.msh 562.22835.fasta > 562.22835.fasta_mashdist.txt

Command exit status:
1

Command output:
(empty)

Command wrapper:
.command.run: line 112: PYTHONPATH: unbound variable

"

I am not sure what I am doing wrong here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant