Giter VIP home page Giter VIP logo

nf-core / lncpipe Goto Github PK

View Code? Open in Web Editor NEW

This project forked from likelet/lncpipe

26.0 26.0 15.0 9.07 MB

UNDER DEVELOPMENT--- Analysis of long non-coding RNAs from RNA-seq datasets

Home Page: https://nf-co.re/lncpipe

License: MIT License

Dockerfile 0.32% Shell 0.17% R 4.28% Nextflow 76.05% HTML 2.39% Perl 15.18% Python 1.23% Singularity 0.37%
differential-expression lncrna long-non-coding nextflow nf-core non-coding pipeline rna rna-seq-analysis transcriptome workflow

lncpipe's People

Contributors

apeltzer avatar bioinformatist avatar drejom avatar ewels avatar kodayu avatar likelet avatar mashehu avatar sateeshperi avatar venkan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lncpipe's Issues

Where lncpipeDB should be

Hi, Dr. Zhao,

I try to install Dependencies for LncPipe. But when I install CPAT:Citation. There is a command mv dat/* /LncPipeDB/. Where should LncPipeDB be? There is no such folder in LncPipe. Should it be created as /root/LncPipeDB/?

Thank you so much!

Best,
Yu

Get missing tools to bioconda

Actually, there are just two tools missing:

Shouldn't be too difficult to get these to bioconda and then reference them in the Dockerfile.

Keep template branch

Can you please keep the template branch ? Pipeline syncing is coming soon and having that from the start would be easier for syncing later

WARN: Failed to publish file

this pip run finished with :"WARN: Failed to publish file: /data/lnc_temp_file/work/39/634b45a4d025dbfd578e1a590cdc30/LncPipeReports; to: /data/lncRNA/res/Result/LncPipeReports [move] -- See log file for details"

I tried many times and do not know why

Update name to lncpipe

Hi @likelet,

Great to see that work is underway for this pipeline! Exciting stuff 😀 I haven't looked at the code yet (and won't until you say that it's ready for review), but the first thing that I spotted is that the name uses capitals, which is against our guidelines.

It's a little boring, but because we use multiple platforms with different naming rules (I'm looking at you, dockerhub), we decided that it's easiest if pipelines are all lower case without punctuation.

I realise that this isn't in the guidelines yet so I'll add it. The new creating pipelines documentation has some more stuff like this though and should be helpful.

Cheers,

Phil

Trouble running single-ended data

Hi,

I am having trouble running LncPipe for single-end RNA-seq data.

Here is the error message:

Caused by:
  Missing output file(s) `*qc.fq.gz` expected by process `Run_FastP (samplename)`

Command executed:

  fastp -i samplename.fastq.gz -o samplename.qc.gz -h samplename_fastp.html

It seems like the output file from the previous step is named ending with "*.qc.gz", but the process Run_FastP (samplename) looks for files ending with "*qc.fq.gz".

Is it because of this line of code in the main.nf ?

if (params.singleEnd) {
                '''
            fastp -i !{fastq_file[0]} -o !{samplename}.qc.gz -h !{samplename}_fastp.html
           
            '''
            } else {
                '''
            fastp -i !{fastq_file[0]}  -I !{fastq_file[1]} -o !{samplename}_1.qc.fq.gz  -O !{samplename}_2.qc.fq.gz -h !{samplename}_fastp.html
            '''
            }
        }
    }else{
        Channel.fromFilePairs(reads, size: params.singleEnd ? 1 : 2)

Please help!

Thanks,
Manci

Get a dev branch :-)

Please use a dev branch as well! Master is later for stable releases and its okay to develop in it atm when polishing/updating the pipeline to a functional state but keep it in mind :-)

Can't pull Singularity image

Hello,

When I run this command :

singularity pull --name nf-core-lncpipe.simg shub://nf-core/lncpipe

I got this:
FATAL: While pulling shub image: failed to get manifest for: shub://nf-core/lncpipe: the requested manifest was not found in singularity hub

Is there another way to pull the image ?

Thank you.

I can't even start the pipeline

Hello!
I'm trying to run the pipeline and this error appears all the time...
I alredy tried a lot of things, even running a older version of the code, but this error appears ever...
Can anyone help me please?

blur@epi_lab:~$ sudo nextflow run nf-core/lncpipe -profile docker
N E X T F L O W  ~  version 19.01.0
Launching `nf-core/lncpipe` [chaotic_curran] - revision: 464f015763 [master]
ERROR ~ Process `Run_fastQC` is already define @ line 849, column 17.
           process Run_fastQC {
                   ^

_nf_script_3896f0c8: 875: Process `Run_afterQC` is already define @ line 875, column 17.
           process Run_afterQC {
                   ^

_nf_script_3896f0c8: 909: Process `Run_FastP` is already define @ line 909, column 17.
           process Run_FastP {
                   ^

_nf_script_3896f0c8: 1443: Process `Build_kallisto_index_of_GTF_for_quantification` is already define @ line 1443, column 17.
           process Build_kallisto_index_of_GTF_for_quantification {
                   ^

_nf_script_3896f0c8: 1460: Process `Run_kallisto_for_quantification` is already define @ line 1460, column 17.
           process Run_kallisto_for_quantification {
                   ^

_nf_script_3896f0c8: 1582: Process `Run_LncPipeReporter` is already define @ line 1582, column 17.
           process Run_LncPipeReporter {
                   ^

_nf_script_3896f0c8: 1628: Process `Run_LncPipeReporter_without_Design` is already define @ line 1628, column 17.
           process Run_LncPipeReporter_without_Design {
                   ^

7 errors


 -- Check '.nextflow.log' file for details

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.