-
Notifications
You must be signed in to change notification settings - Fork 10
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
Yleaf.py: error: argument -r/--Reads_thresh: invalid int value: 'ef' #1
Comments
Hi, In case of alignment files such as BAM format you do not need to add [-ref] as a parameter, this will be only to proceed to align raw reads (FastQ format) to the reference human genome. You should just exclude the -ref as the following: python Yleaf.py -bam file.bam -pos Position_files/hg38.txt -out out -r 1 -q 20 -b 90 -t 1 Hope this helps! Best, |
it did. |
Hi, I get the same error but within FASTQ files as well. I ran the command like in the example mentioned in the README. python Yleaf.py -fastq S19_19.fastq -out out -r 1 -q 20 -b 90 -t 16 -ref hg38 I receive the same error message as mentioned above. Am I doing anything obviously incorrect? Carl |
Hi, Sure! When running Yleaf with FASTQ files you first need to create an indexed file with BWA. This is included by running "python install.py". Then, Select the genome build, in your case hg38. This might take a while depending on your network and CPU to download and generate the index reference genome. Lastly, for running Yleaf you can do something like: python Yleaf.py -fastq S19_19.fastq -out out -r 1 -q 20 -b 90 -t 16 -pos Position_files/hg38.txt -f hg38/hg38.fasta Hope this helps! Best, |
Great! That works for me.
Best,
Carl
…On Mon, 16 Mar 2020 at 12:36, Diego Montiel Gonzalez < ***@***.***> wrote:
Hi,
Sure! When running Yleaf with FASTQ files you first need to create an
indexed file with BWA. This is included by running "python install.py".
Then, Select the genome build, in your case hg38. This might take a while
depending on your network and CPU to download and generate the index
reference genome.
Lastly, for running Yleaf you can do something like:
python Yleaf.py -fastq S19_19.fastq -out out -r 1 -q 20 -b 90 -t 16 -pos
Position_files/hg38.txt -f hg38/hg38.fasta
Hope this helps!
Best,
Diego
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACSKTILZ7SF3AB27TSNNSDRHYMMHANCNFSM4JTHAXHQ>
.
|
Hi I've been using Yleaf for the last week and never had a problem. Today I want to run the FastQ of read 1 of a sample but I get following error: However, if I try with read 2 of the same sample I don't get any errors. Same with another sample: error with read 1 and no problems with read 2 |
Hi, do you know what might be the problem?
##################
mikael@mikael-HP-Z600-Workstation[Yleaf] python Yleaf.py -bam /media/hd01/data/genome_mikael/cleanreads/md.chrY.bam -ref hg38 -pos /usr/local/bioinf/Yleaf/hg38.txt -out /media/hd01/data/genome_mikael/cleanreads/ydna_out -r 1 -q 20 -b 90 -t 1
Erasmus MC Department of Genetic Identification
usage: Yleaf.py [-h] [-fastq PATH] [-bam PATH] [-f PATH] -pos PATH -out STRING
[-r READS_THRESH] -q QUALITY_THRESH -b BASE_MAJORITY
[-t THREADS]
Yleaf.py: error: argument -r/--Reads_thresh: invalid int value: 'ef'
usage: Yleaf.py [-h] [-fastq PATH] [-bam PATH] [-f PATH] -pos PATH -out STRING
[-r READS_THRESH] -q QUALITY_THRESH -b BASE_MAJORITY
[-t THREADS]
Yleaf.py: error: argument -r/--Reads_thresh: invalid int value: 'ef'
##############
The text was updated successfully, but these errors were encountered: