-
Notifications
You must be signed in to change notification settings - Fork 6
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
FASTQC current version change #63
Labels
Comments
The versions of all 3rd parties must be follow strictly using the Setting up Ymap locally guide. Anything else is unsupported. |
Older versions if FASTQC don't appear to be available.
-d
…On Dec 10, 2016 2:07 AM, "Vladimir Gritsenko" ***@***.***> wrote:
The versions of all 3rd parties must be follow strictly using the Setting
up Ymap locally
<https://github.com/berman-lab/ymap/wiki/Setting-up-Ymap-locally> guide.
Anything else is unsupported.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#63 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AKPuRNcOiY5HP2dWHRUTB0Diu9i-iyVSks5rGl3LgaJpZM4LJl3R>
.
|
They're available, but hidden (don't know why). I've added the link for the Linux version to the installation guide. We actually should have added it sooner - thanks for catching this! |
Thanks! I had looked for it a few times and then shrugged and moved on.
- D
…On Dec 10, 2016 3:30 AM, "Vladimir Gritsenko" ***@***.***> wrote:
They're available, but hidden (don't know why). I've added the link for
the Linux version to the installation guide. We actually should have added
it sooner - thanks for catching this!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#63 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AKPuREiJj-3r9urBmrYDxvfZu4VQ_FAyks5rGnFSgaJpZM4LJl3R>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While installing Ymap on my home system, I ran into an issue with the currently available version of FASTQC (v0.11.5). The program generates all of its files into a contained directory as before, but most of those files are now generated within a ZIP archive. This makes a text file which contains the FASTQ coding format inaccessible to the shell scripts which need it (for running GATK functions).
Adding the apparently new "--extract" option to each call of FASTQC resolved this issue for me. This change would need to be done in:
[Ymap_root]/scripts_seqModules/scripts_WGseq/project.paired_WGseq.install_3.sh
[Ymap_root]/scripts_seqModules/scripts_WGseq/project.single_WGseq.install_3.sh
[Ymap_root]/scripts_seqModules/scripts_ddRADseq/project.paired_ddRADseq.install_3.sh
[Ymap_root]/scripts_seqModules/scripts_ddRADseq/project.single_ddRADseq.install_3.sh
[Ymap_root]/scripts_seqModules/scripts_IonExpressSeq/project.paired_IonExpressSeq.install_3.sh
[Ymap_root]/scripts_seqModules/scripts_IonExpressSeq/project.single_IonExpressSeq.install_3.sh
[Ymap_root]/scripts_seqModules/scripts_RNAseq/project.paired_RNAseq.install_3.sh
[Ymap_root]/scripts_seqModules/scripts_RNAseq/project.single_RNAseq.install_3.sh
The specific lines can be found by searching for "fastqc".
The text was updated successfully, but these errors were encountered: