Commit bed913cc authored by Chris Cheshire's avatar Chris Cheshire
Browse files

Updated warning

parent ff3985d9
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -82,10 +82,6 @@ class WorkflowCutandrun {
    private static void ncbiGenomeWarn(log) {
        log.warn "=============================================================================\n" +
            "  When using '--genome GRCh38' the assembly is from the NCBI and NOT Ensembl.\n" +
            "  Biotype QC will be skipped to circumvent the issue below:\n" +
            "  https://github.com/nf-core/rnaseq/issues/460\n\n" +
            "  If you would like to use the soft-masked Ensembl assembly instead please see:\n" +
            "  https://github.com/nf-core/rnaseq/issues/159#issuecomment-501184312\n" +
            "==================================================================================="
    }