More posts like this
-
Help with ABySS use
written by sainavyav22 •Hi, I used the following command to perform denovo genome assembly of my paired-end reads. abyss-pe name=Chester j=3 k=31 e=5 c=30 s=300 in='Chester-gDNA-paired_S12_L004_R1_001.fastq.gz Chester-gDNA-paired_S12_L004_R2_001.fastq.gz' I …
-
Abyss, Optimizing the parameter k, running time taking 7 days, still without results
written by macielrodriguez2 •Hi! I'm new in this field of bioinformatics, so please, forgive my mistakes I'm running this script to determine the Kmer to use for the …
-
problem with Abyss assembler - cma-permission-denied
written by macielrodriguez2 •Hi everyone! I'm new in the process of assembling a genome so, please, forgive my mistakes. I was trying to find the optimal k parameter …
-
Abyss genome assembly on several nodes
written by Igor Lalin •Hi I am running the following script: #!/bin/bash # Abyss assembly pipeline cores=40 species='Favanaceum' Qcut=30 # merge non-overlapping pairs with konnector and assembly at various …
-
abyss-pe command line options
written by MbillahI have some reads, I want to assembly this read by abyss. I've got some commands, it's one of them. I do not understand the …
-
Abyss going to stop
written by Mbillahabyss-pe process is running on our server in screen mode, when I pressed top command, I can't saw the abyss-pe process instant. He comes after …
-
Abyss run time
written by Mbillahabyss is still running more than 24 hours, but not produce any output. My command is : abyss-pe name=goat k=52 np=8 j=8 in='/data/masum/bowtie2/b143_1.fq /data/masum/bowtie2/b143_2.fq' Number …
-
For ABySS, I have a question for file that the assembly will go to
written by flavobacteria •Assembling a paired-end library To assemble paired reads in two files named reads1.fa and reads2.fa into contigs in a file named ecoli-contigs.fa, run the command: …
-
ABySS not finding the 'k' parameter for 'abyss-pe' in a for loop
written by ta2007 •Hi, I'm trying to run ABySS for different kmers using a for loop with PE, SE and MP reads. The MP R1 and R2 were …
-
abyss-fac: command not found on Kubuntu 14.04
written by Chip<p>I installed ABySS following the instructions from the <a href="https://github.com/bcgsc/abyss#install-abyss-on-debian-or-ubuntu">official documentation</a>.</p> <pre> >sudo apt-get install abyss</pre> <p>and then proceeded with a simple test</p> <pre> >wget …
what exactly is not working?
the
export kis bash syntax to declare a global variable but nothing to worry about that in your case. Not sure if this might cause the issue but there need to be at least a;in between theexport kandfor k inEDIT: OK, after your reformat the
;is not gonna be an issue ;)So I need to run this by bash script? I want to know the execution way
yes indeed, this is all linux cmdline.
What you need to do is to put all those commands (exactly how they are mentioned here) in a file (eg. runABySS.sh) and then run it on your machine with eg
bash runABySS.sh.