{"id":19434417,"url":"https://github.com/likelet/workflow","last_synced_at":"2026-03-04T04:31:45.536Z","repository":{"id":86651002,"uuid":"88327300","full_name":"likelet/workflow","owner":"likelet","description":null,"archived":false,"fork":false,"pushed_at":"2017-05-12T02:40:59.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-19T04:07:28.218Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/likelet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-15T05:55:42.000Z","updated_at":"2017-04-15T05:55:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3f58308-4428-41b9-a2c8-c2e5fddc1009","html_url":"https://github.com/likelet/workflow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/likelet/workflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likelet%2Fworkflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likelet%2Fworkflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likelet%2Fworkflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likelet%2Fworkflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/likelet","download_url":"https://codeload.github.com/likelet/workflow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likelet%2Fworkflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30071687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T03:25:38.285Z","status":"ssl_error","status_checked_at":"2026-03-04T03:25:05.086Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T14:46:22.315Z","updated_at":"2026-03-04T04:31:45.510Z","avatar_url":"https://github.com/likelet.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workflow\n## 1. Description\nA collection of self-developed bioinformatics analysis pipeline coding by a DSL language, nextflow.\nTo run the pipeline files with nf suffixed, plz just type the following command.\n\n```\nnextflow \u003cyour nf file\u003e -c nextflow.config -with-trace\n```\n\nIf the pipeline fails at any point and you fix the issue, you can revoke the processes with job avoidance using this command:\n```\nnextflow \u003cyour nf file\u003e -c nextflow.config -with-trace -resume\n```\n\nAll those pipelines were written in Nextflow commands. For more details, please see the following link:\nhttps://www.nextflow.io/\n\n\n\n## 2. Installation of dependencies.\n### Install NextFlow\nTo run our pipelines. NextFlow should be preinstalled at  POSIX compatible system (Linux, Solaris, OS X, etc), It requires BASH and Java 7 or higher to be installed. We do not recommend running the pipes in the Windows since most of bioinformatic tools do not supported.\nHere, we show the step by step installation of NextFlow in linux system as an example, which adapted from [NextFlow](https://www.nextflow.io/docs/latest/getstarted.html).\n\n1. Download the executable package by copying and pasting the following command in your terminal window: ```wget -qO- get.nextflow.io | bash```. It will create the nextflow main executable file in the current directory.\n2. Optionally, move the nextflow file in a directory accessible by your `$PATH` variable (this is only required to avoid to remember and type the Nextflow full path each time you need to run it).\n3. Download the lastest binary verion of NextFlow from the https://github.com/nextflow-io/nextflow/releases and add the path into your system environment.\n### Install third-party software and database required by each pipe.\n#### Pipe 1\n##### introduction\n##### References, index and annotation files（required）\n1. STAR index (hg38 genome index etc.)\n2. Genome reference (genome fasta file with suffix .fa , UCSC etc).\n3. GENCODE gene annotation file in GTF format:\n      [gencode.v26.annotation.gtf](ftp://ftp.sanger.ac.uk/pub/gencode/Gencode_human/release_26/gencode.v26.annotation.gtf.gz)\n4. LNCipedia gene annotation file in GTF format:\n      [lncipedia_4_0_hc_hg38.gtf](http://www.lncipedia.org/downloads/lncipedia_4_0_hc_hg38.gtf)\n##### software and tools (required)\n1. [STAR](https://github.com/alexdobin/STAR), Reference https://www.ncbi.nlm.nih.gov/pubmed/23104886\n2. [Cufflinks](https://github.com/cole-trapnell-lab/cufflinks), Reference https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3146043/\n3. [Bedops](http://bedops.readthedocs.io/en/latest/), Reference https://www.ncbi.nlm.nih.gov/pubmed/22576172/\n4. [PLEK](www.ibiomedical.net), Reference \n      ```Shell\n      wget https://sourceforge.net/projects/plek/files/PLEK.1.2.tar.gz/download\n      tar -zvxf PLEK.1.2.tar.gz \n      cd PLEK.1.2\n      python PLEK_setup.py \n      ```\n5. [CNCI](https://github.com/www-bioinfo-org/CNCI), Renference\n      ``` Shell\n      git clone git@github.com:www-bioinfo-org/CNCI.git\n      cd CNCI\n      unzip libsvm-3.0.zip\n      cd libsvm-3.0\n      make\n      cd ..\n      ```\n6. [CPAT](http://rna-cpat.sourceforge.net), Reference \n      ```Shell\n      wget https://sourceforge.net/projects/rna-cpat/files/?source=navbar\n      tar zxf CPAT-VERSION.tar.gz\n      cd CPAT-VERSION\n      python setup.py install\n      python setup.py install --root=/home/user/CPAT\n      export PYTHONPATH=/home/user/CPAT/usr/local/lib/python2.7/site-packages:$PYTHONPATH.\n      export PATH=/home/user/CPAT/usr/local/bin:$PATH #setup PATH\n      ```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flikelet%2Fworkflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flikelet%2Fworkflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flikelet%2Fworkflow/lists"}