nextflow run kushwahg/run_from_github_repo -user kushwahgN E X T F L O W ~ version 0.22.2
Pulling kushwahg/run_from_github_repo ...
Cannot find `kushwahg/run_from_github_repo` -- Make sure exists a GitHub repository at this address ....Nov-15 14:51:03.069 [main] DEBUG nextflow.cli.Launcher - $> /usr/local/bin/nextflow run http://**.**.**.**/kushwahg/run_from_github_repo -user kushwahg
Nov-15 14:51:03.883 [main] INFO nextflow.cli.CmdRun - N E X T F L O W ~ version 0.22.2
Nov-15 14:51:04.629 [main] DEBUG nextflow.scm.AssetManager - Repository URL: http://**.**.**.**/kushwahg/run_from_github_repo; Project: kushwahg/run_from_github_repo; Hub provider: roche_git
Nov-15 14:51:07.573 [main] INFO nextflow.cli.CmdRun - Pulling kushwahg/run_from_github_repo ...
Nov-15 14:51:07.573 [main] DEBUG nextflow.scm.RepositoryProvider - Request [credentials kushwahg:*********] -> http://**.**.**.**/repos/kushwahg/run_from_github_repo/contents/nextflow.config
Nov-15 14:51:08.205 [main] DEBUG nextflow.scm.RepositoryProvider - Request [credentials kushwahg:*********] -> http://**.**.**.**/repos/kushwahg/run_from_github_repo/contents/main.nf
Nov-15 14:51:08.815 [main] DEBUG nextflow.scm.RepositoryProvider - Request [credentials kushwahg:*********] -> http://**.**.**.**/repos/kushwahg/run_from_github_repo
Nov-15 14:51:09.443 [main] DEBUG nextflow.cli.Launcher - Operation aborted
nextflow.exception.AbortOperationException: Cannot find `kushwahg/run_from_github_repo` -- Make sure exists a GitHub repository at this address `http://**.**.**.**/kushwahg/run_from_github_repo`
at nextflow.scm.RepositoryProvider.validateFor(RepositoryProvider.groovy:210)
at nextflow.scm.AssetManager.checkValidRemoteRepo(AssetManager.groovy:343)
at nextflow.scm.AssetManager.download(AssetManager.groovy:522)
at nextflow.scm.AssetManager.download(AssetManager.groovy)
at nextflow.cli.CmdRun.getScriptFile(CmdRun.groovy:261)
at nextflow.cli.CmdRun.run(CmdRun.groovy:178)
at nextflow.cli.Launcher.run(Launcher.groovy:406)
at nextflow.cli.Launcher.main(Launcher.groovy:554)--
You received this message because you are subscribed to the Google Groups "Nextflow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/nextflow.
For more options, visit https://groups.google.com/d/optout.
providers {
my_git {
server = 'http://**.**.**.**'
user = 'kushwahg'
platform = 'github'
password = 'de66d2dbe886ea01236ec77eaa4fcceaf051c962'
endpoint = 'http://**.**.**.**' (same as server)
}
}nextflow run http://**.**.**.**/kushwahg/run_from_github_repo -hub my_gitTo unsubscribe from this group and stop receiving emails from it, send an email to nextflow+u...@googlegroups.com.
curl https://api.github.com/repos/nextflow-io/nextflow/contents/
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Nextflow" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/nextflow/_1uB5yETvBQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to nextflow+unsubscribe@googlegroups.com.
Great!
p