Thanks kmcarr!
Seqanswers Leaderboard Ad
Collapse
Announcement
Collapse
No announcement yet.
This topic is closed.
X
X
-
@frymor's question is also posted (and possibly answered) on Biostars: https://www.biostars.org/p/167555/
Comment
-
Originally posted by daanum View PostHi ,
I am using a Linux GNU server. How can I view the.html files which are generated as a result of fastqc, on the linux server?
Thank you.
Comment
-
Originally posted by GenoMax View PostYou don't have to view them on the server. The files are self contained and can be transferred to local desktop PC/Mac for stand-alone examination.
Comment
-
Hello Simon & all,
first of all, I'd like to thank you for a fantastic tool - this is truly the most important tool for the most important step in whole NGS process, and it does its job fantastically well.
second, I would like to ask if there is a collection of people's failed (or peculiar) results, obtained with FastQC and later explained. I've already seen https://sequencing.qcfail.com and I'm studying it right now, but it also seems that everybody would benefit from a wiki-like resource, where everybody can contribute (and discuss) the results. What do you think?
Finally, I was curious about running Fastqc on IonTorrent results. It concerns me that the reads are all of different lengths & I never quite took the time to understand the exact math used in various Fastqc metrics (such as k-mer and overrepresented sequences evaluation). Thus if anything pops to anyone's mind about what sort of things to expect, what extra option to use, or what to do differently, I would greatly appreciate it.
Comment
-
Originally posted by apredeus View PostHello Simon & all,
first of all, I'd like to thank you for a fantastic tool - this is truly the most important tool for the most important step in whole NGS process, and it does its job fantastically well.
second, I would like to ask if there is a collection of people's failed (or peculiar) results, obtained with FastQC and later explained. I've already seen https://sequencing.qcfail.com and I'm studying it right now, but it also seems that everybody would benefit from a wiki-like resource, where everybody can contribute (and discuss) the results. What do you think?
Finally, I was curious about running Fastqc on IonTorrent results. It concerns me that the reads are all of different lengths & I never quite took the time to understand the exact math used in various Fastqc metrics (such as k-mer and overrepresented sequences evaluation). Thus if anything pops to anyone's mind about what sort of things to expect, what extra option to use, or what to do differently, I would greatly appreciate it.
For your Ion Torrent data you shouldn't need to do anything different to work with that. For the overrepresented sequences we only take up to the first 50bp of each read anyway as we're using an exact matching strategy to count duplicates, so if you allow longer lengths then your results get increasingly messed up by mis-calls, and 50bp is normally enough to establish that it's the same sequence.
Comment
-
fastQC
Originally posted by simonandrews View PostAaargh - I'd forgotten that one of the other pending fixes for the next release was that the disable didn't work for the per-tile module (it will actually disable it if you turn of the adapter module as it was reading the wrong parameter).
I've just put up a development snapshot at http://www.bioinformatics.babraham.a...11.3_devel.zip which contains the fix for both of these issues. You should be able to use that to process these files.
Comment
-
Originally posted by Roxana View PostDear Simon, I have the same problem with my fastq file (from nanopore sequencing). Please, could you provide the link for download the fastQC version0.11.3 for Mac? Many thanks!!!
Comment
-
Dear genoMax,
I tried to running in the version 0.11.5, but it is not working with my fastq file (from nanopore sequencing). Please, see below the error:
Code:[rzz1@spectre14 ~]$ Picked up JAVA_TOOL_OPTIONS: -XX:MaxHeapSize=2048m Exception in thread "Thread-1" java.lang.OutOfMemoryError: Java heap space at uk.ac.babraham.FastQC.Utilities.QualityCount.<init>(QualityCount.java:33) at uk.ac.babraham.FastQC.Modules.PerBaseQualityScores.processSequence(PerBaseQualityScores.java:141) at uk.ac.babraham.FastQC.Analysis.AnalysisRunner.run(AnalysisRunner.java:88) at java.lang.Thread.run(Thread.java:748)
Code:@9157abfa-c2e8-4d54-a323-11162850dcbf runid=4243c40e101f8b1c6aa3337f2ef28b72eef6091c read=5 ch=78 start_time=2017-05-19T15:31:04Z ATTTATGTTCTTGGCCCCCACACATTGTGGCCCCCATTGTTGTGTGTGTGTTATTTGACCCTTGTATTTGTATTGTTATTGTGTTATTGTTGGCCCCATTATTGTGTGTGTATTATTGTTATTTGACCCATTGTTGTATTGTGTGTGACTTGTGTGTGTGTATTATTGTTATTGTGTATTATTTGTGTGTGTGTGTGTGTGCTTGTTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTGTTCTCTATACTCTATATATATATACCTATATACTCTTCTTCTTCTTCTCTTCTTTCTCTCTTATGTCTTTCTCTTCTCTTCTTCTTATACCACTTCTTCTTCTATTCTAATAAATTAGGATGGGAGGAGGATGGATGGGTTCAAGGATAGTTCAATGAATACAAGGAGAGGAAAAAGGATC + $''$#&$&'$''""$$$$$#$#%%)+&)&%&(())'..')(%)&'$*&)#&+$(*('$%(')*%*"')+#'#*,$,*$*)%&%()#,(&1+('()('(+4'/*()$'#%#'#'+(./'.+$('(((,,,)08*,(#+',,(*'*'+*')0.)''*')%)%'"&&%(*#&'%*'%%#)#()).>-)++,*&(,,,+))'(%$&--&+.)+**)*+,,-++*-./22+,(,(-)*'.-.*)(&%,(%$),'($%%)%&%&)"*#'$*&&%%#$#%%%$'$%''*)&(,%('%(+&'$$&"$#%%&%&$(%$'"($&%*$'$''$'$'(%(+%($&%%&%%%&($'-$(+%&$%&#%%%%$&%##$%%$#$%$#$#$$##$####$$$#$##$$#$%$"$&#%$#"%&#%#%#$$&%&$%%%%&&%&$'#
Many thanks for any advice.
Roxana
Comment
-
Hi Roxana,
We've been debugging the same error earlier this afternoon, also with nanopore data. The error is because FastQC is running out of memory due to the long reads (I presume).
You can allocate more memory for FastQC by increasing the number of threads - it gets 250MB memory per thread. Our data worked when we ran with four threads:
Code:fastqc -t 4 input.fastq
Comment
Latest Articles
Collapse
-
by seqadmin
Next-generation sequencing (NGS) and quantitative polymerase chain reaction (qPCR) are essential techniques for investigating the genome, transcriptome, and epigenome. In many cases, choosing the appropriate technique is straightforward, but in others, it can be more challenging to determine the most effective option. A simple distinction is that smaller, more focused projects are typically better suited for qPCR, while larger, more complex datasets benefit from NGS. However,...-
Channel: Articles
10-18-2024, 07:11 AM -
-
by seqadmin
Non-coding RNAs (ncRNAs) do not code for proteins but play important roles in numerous cellular processes including gene silencing, developmental pathways, and more. There are numerous types including microRNA (miRNA), long ncRNA (lncRNA), circular RNA (circRNA), and more. In this article, we discuss innovative ncRNA research and explore recent technological advancements that improve the study of ncRNAs.
Nobel Prize for MicroRNA Discovery
This week,...-
Channel: Articles
10-07-2024, 08:07 AM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
New Model Aims to Explain Polygenic Diseases by Connecting Genomic Mutations and Regulatory Networks
by seqadmin
Started by seqadmin, Yesterday, 05:31 AM
|
0 responses
10 views
0 likes
|
Last Post
by seqadmin
Yesterday, 05:31 AM
|
||
Started by seqadmin, 10-24-2024, 06:58 AM
|
0 responses
20 views
0 likes
|
Last Post
by seqadmin
10-24-2024, 06:58 AM
|
||
New AI Model Designs Synthetic DNA Switches for Targeted Gene Expression in Specific Cell Types
by seqadmin
Started by seqadmin, 10-23-2024, 08:43 AM
|
0 responses
48 views
0 likes
|
Last Post
by seqadmin
10-23-2024, 08:43 AM
|
||
Started by seqadmin, 10-17-2024, 07:29 AM
|
0 responses
58 views
0 likes
|
Last Post
by seqadmin
10-17-2024, 07:29 AM
|
Comment