Skip to content

Commit

Permalink
adding support to vectorQC
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacozzuto committed Oct 1, 2018
1 parent 7828ba9 commit fb32f70
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conf_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ macs2 macs2 --version 2>&1|head -n 1 'Zhang Y Liu T Meyer CA Eeckhoute J Johnson
htseq htseq-count -h |tail -n 1 | awk -F "version " '{print "HTseq "$2}' 'Anders S Pyl PT Huber W. HTSeq--a Python framework to work with high-throughput sequencing data. Bioinformatics. 2015 Jan 15;31(2):166-9. doi: 10.1093/bioinformatics/btu638. Epub 2014 Sep 25. PubMed PMID: 25260700; PubMed Central PMCID: PMC4287950'
blast blastn -version|head -n1 'Altschul SF Gish W Miller W Myers EW Lipman DJ. Basic local alignment search tool. J Mol Biol. 1990 Oct 5;215(3):403-10. PubMed PMID: 2231712.'
bwa bwa 2>&1|head -n 3|tail -n1| awk '{print "bwa "$2}' 'Li H Durbin R. Fast and accurate short read alignment with Burrows-Wheeler transform. Bioinformatics. 2009 Jul 15;25(14):1754-60. doi: 10.1093/bioinformatics/btp324. Epub 2009 May 18. PubMed PMID: 19451168; PubMed Central PMCID: PMC2705234.'
nextflow echo "Nextflow 0.27.2" 'Di Tommaso P Chatzou M Floden EW Barja PP Palumbo E Notredame C. Nextflow enables reproducible computational workflows. Nat Biotechnol. 2017 Apr 11;35(4):316-319.'
nextflow nextflow -version | grep version| awk '{print "nextflow "$2}' 'Di Tommaso P Chatzou M Floden EW Barja PP Palumbo E Notredame C. Nextflow enables reproducible computational workflows. Nat Biotechnol. 2017 Apr 11;35(4):316-319.'
bowtie bowtie --version 2>&1|head -n 1|awk '{print "bowtie "$3}' 'Langmead B, Trapnell C, Pop M, Salzberg SL. Ultrafast and memory-efficient alignment of short DNA sequences to the human genome. Genome Biol. 2009;10(3):R25. doi: 10.1186/gb-2009-10-3-r25. Epub 2009 Mar 4. PubMed PMID: 19261174; PubMed Central PMCID: PMC2690996.'
shortstack ShortStack -v "Axtell MJ. ShortStack: comprehensive annotation and quantification of small RNA genes. RNA. 2013 Jun;19(6):740-51. doi: 10.1261/rna.035279.112. Epub 2013 Apr 22. PubMed PMID: 23610128; PubMed Central PMCID: PMC3683909"
salmon salmon -v 2>&1|head -n1 "Patro R, Duggal G, Love MI, Irizarry RA, Kingsford C. Salmon provides fast and bias-aware quantification of transcript expression. Nat Methods. 2017 Apr;14(4):417-419"
epic epic --version 2>&1 | tail -n 1 "Xu S, Grullon S, Ge K, Peng W. Spatial clustering for identification of ChIP-enriched regions (SICER) to map regions of histone methylation patterns in embryonic stem cells. Methods Mol Biol. 2014;1150:97-111 doi: 10.1007/978-1-4939-0512-6_5. PubMed PMID: 24743992; PubMed Central PMCID: PMC4152844. / https://github.com/biocore-ntnu/epic"
jellyfish jellyfish --version "Marçais G, Kingsford C. A fast, lock-free approach for efficient parallel counting of occurrences of k-mers. Bioinformatics. 2011 Mar 15;27(6):764-70. doi: 10.1093/bioinformatics/btr011. Epub 2011 Jan 7. PubMed PMID: 21217122; PubMed Central PMCID: PMC3051319."
deeptools deeptools --version 2>&1 | tail -n 1 "Ramírez F, Ryan DP, Grüning B, Bhardwaj V, Kilpert F, Richter AS, Heyne S, Dündar F, Manke T. deepTools2: a next generation web server for deep-sequencing data analysis. Nucleic Acids Res. 2016 Jul 8;44(W1):W160-5. doi: 10.1093/nar/gkw257. Epub 2016 Apr 13. PubMed PMID: 27079975; PubMed Central PMCID: PMC4987876"
emboss seqret -version 2>&1 | tail -n 1 "Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. PubMed PMID: 10827456."
spades spades.py -v 2>&1 | tail -n 1 "Bankevich A, Nurk S, Antipov D, Gurevich AA, Dvorkin M, Kulikov AS, Lesin VM, Nikolenko SI, Pham S, Prjibelski AD, Pyshkin AV, Sirotkin AV, Vyahhi N, Tesler G, Alekseyev MA, Pevzner PA. SPAdes: a new genome assembly algorithm and its applications to single-cell sequencing. J Comput Biol. 2012 May;19(5):455-77. doi: 10.1089/cmb.2012.0021. Epub 2012 Apr 16. PubMed PMID: 22506599; PubMed Central PMCID: PMC3342519."
cgview echo "cgview" "Stothard P, Wishart DS. Circular genome visualization and exploration using CGView. "Bioinformatics. 2005 Feb 15;21(4):537-9. Epub 2004 Oct 12. PubMed PMID: 15479716."

0 comments on commit fb32f70

Please sign in to comment.