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

FASTQC current version change #63

Closed
darrenabbey opened this issue Dec 10, 2016 · 4 comments
Closed

FASTQC current version change #63

darrenabbey opened this issue Dec 10, 2016 · 4 comments
Labels

Comments

@darrenabbey
Copy link
Collaborator

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".

@vladimirg
Copy link
Member

The versions of all 3rd parties must be follow strictly using the Setting up Ymap locally guide. Anything else is unsupported.

@darrenabbey
Copy link
Collaborator Author

darrenabbey commented Dec 10, 2016 via email

@vladimirg
Copy link
Member

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!

@darrenabbey
Copy link
Collaborator Author

darrenabbey commented Dec 10, 2016 via email

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

No branches or pull requests

2 participants