
GITHUB . COM {
}
Detected CMS Systems:
- Wordpress (2 occurrences)
Title:
error when using multicores Β· Issue #495 Β· marcelm/cutadapt
Description:
Cutadapt 3.0, installed by pip; Python 3.8; pigz 2.4 Hi, Using the following command: cutadapt \ --cores=2 \ --nextseq-trim=20 \ --minimum-length=36:189 \ --trim-n \ --discard-untrimmed \ --action=none \ -G a="^AAAAACTCCCTAACCCCTTA;e=0.1...
Website Age:
17 years and 8 months (reg. 2007-10-09).
Matching Content Categories {π}
- Technology & Computing
- Video & Online Content
- Personal Finance
Content Management System {π}
What CMS is github.com built with?
Github.com relies on WORDPRESS.
Traffic Estimate {π}
What is the average monthly size of github.com audience?
ππ Tremendous Traffic: 10M - 20M visitors per month
Based on our best estimate, this website will receive around 10,000,019 visitors per month in the current month.
However, some sources were not loaded, we suggest to reload the page to get complete results.
check SE Ranking
check Ahrefs
check Similarweb
check Ubersuggest
check Semrush
How Does Github.com Make Money? {πΈ}
Subscription Packages {π³}
We've located a dedicated page on github.com that might include details about subscription plans or recurring payments. We identified it based on the word pricing in one of its internal links. Below, you'll find additional estimates for its monthly recurring revenues.How Much Does Github.com Make? {π°}
Subscription Packages {π³}
Prices on github.com are in US Dollars ($).
They range from $4.00/month to $21.00/month.
We estimate that the site has approximately 4,989,889 paying customers.
The estimated monthly recurring revenue (MRR) is $20,957,532.
The estimated annual recurring revenues (ARR) are $251,490,385.
Wordpress Themes and Plugins {π¨}
What WordPress theme does this site use?
It is strange but we were not able to detect any theme on the page.
What WordPress plugins does this website use?
It is strange but we were not able to detect any plugins on the page.
Keywords {π}
line, file, marcelm, cutadapt, sign, issue, error, retrogenomics, cores, commented, problem, navigation, pull, requests, actions, security, multicores, closed, python, command, rtrimmedfastqgz, rfastqgz, recent, optlocallibraryframeworkspythonframeworkversionslibpythonsitepackagescutadaptmainpy, optlocallibraryframeworkspythonframeworkversionslibpythonsitepackagescutadaptpipelinepy, optlocallibraryframeworkspythonframeworkversionslibpythonmultiprocessingcontextpy, popen, return, optlocallibraryframeworkspythonframeworkversionslibpythonmultiprocessingpopenspawnposixpy, init, pickle, working, version, owner, macos, wont, github, labels, projects, milestone, footer, skip, content, menu, product, solutions, resources, open, source, enterprise,
Topics {βοΈ}
/opt/local/library/frameworks/python 8/site-packages/cutadapt/__main__ 8/site-packages/cutadapt/pipeline personal information error future cutadapt releases marcelm closed comment metadata assignees 8/bin/cutadapt improving cutadapt macos-specific problem error cores=2 argument cutadapt python 3 issue recent call framework/versions/3 8/lib/python3 8/multiprocessing/context 8/multiprocessing/popen_spawn_posix 8/multiprocessing/popen_fork 8/multiprocessing/reduction pickle '_io bufferedwriter' object working smoothly working fine recent change automated tests quick answer great tool pickle outputfiles assigned labels labels projects projects milestone milestone relationships 8/multiprocessing/process previous version github cores=1 command line _popen = _popen problem macos command r2 main_cli sys run _start_workers
Payment Methods {π}
- Braintree
Questions {β}
- Already have an account?
Schema {πΊοΈ}
DiscussionForumPosting:
context:https://schema.org
headline:error when using multicores
articleBody:- Cutadapt 3.0, installed by pip; Python 3.8; pigz 2.4
Hi,
Using the following command:
```
cutadapt \
--cores=2 \
--nextseq-trim=20 \
--minimum-length=36:189 \
--trim-n \
--discard-untrimmed \
--action=none \
-G a="^AAAAACTCCCTAACCCCTTA;e=0.15;o=5" \
-o "R1.trimmed.fastq.gz" \
-p "R2.trimmed.fastq.gz" \
R1.fastq.gz \
R2.fastq.gz
```
I got this type of error:
```
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/bin/cutadapt", line 8, in <module>
sys.exit(main_cli())
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cutadapt/__main__.py", line 825, in main_cli
main(sys.argv[1:])
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cutadapt/__main__.py", line 892, in main
stats = r.run()
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cutadapt/pipeline.py", line 793, in run
workers, connections = self._start_workers()
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cutadapt/pipeline.py", line 788, in _start_workers
worker.start()
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/process.py", line 121, in start
self._popen = self._Popen(self)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/context.py", line 224, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/context.py", line 284, in _Popen
return Popen(process_obj)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/popen_spawn_posix.py", line 32, in __init__
super().__init__(process_obj)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/popen_spawn_posix.py", line 47, in _launch
reduction.dump(process_obj, fp)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
TypeError: cannot pickle '_io.BufferedWriter' object
```
However it is working smoothly if I remove the `--cores=2` argument.
I used this command line before in a script which was working fine with a previous version of cutadapt. Thus, it could be related to a recent change. Unfortunately I did not record which version it was.
Thanks for your help
-Gael
author:
url:https://github.com/retrogenomics
type:Person
name:retrogenomics
datePublished:2020-11-25T14:58:59.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:3
url:https://github.com/495/cutadapt/issues/495
context:https://schema.org
headline:error when using multicores
articleBody:- Cutadapt 3.0, installed by pip; Python 3.8; pigz 2.4
Hi,
Using the following command:
```
cutadapt \
--cores=2 \
--nextseq-trim=20 \
--minimum-length=36:189 \
--trim-n \
--discard-untrimmed \
--action=none \
-G a="^AAAAACTCCCTAACCCCTTA;e=0.15;o=5" \
-o "R1.trimmed.fastq.gz" \
-p "R2.trimmed.fastq.gz" \
R1.fastq.gz \
R2.fastq.gz
```
I got this type of error:
```
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/bin/cutadapt", line 8, in <module>
sys.exit(main_cli())
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cutadapt/__main__.py", line 825, in main_cli
main(sys.argv[1:])
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cutadapt/__main__.py", line 892, in main
stats = r.run()
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cutadapt/pipeline.py", line 793, in run
workers, connections = self._start_workers()
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cutadapt/pipeline.py", line 788, in _start_workers
worker.start()
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/process.py", line 121, in start
self._popen = self._Popen(self)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/context.py", line 224, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/context.py", line 284, in _Popen
return Popen(process_obj)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/popen_spawn_posix.py", line 32, in __init__
super().__init__(process_obj)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/popen_spawn_posix.py", line 47, in _launch
reduction.dump(process_obj, fp)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
TypeError: cannot pickle '_io.BufferedWriter' object
```
However it is working smoothly if I remove the `--cores=2` argument.
I used this command line before in a script which was working fine with a previous version of cutadapt. Thus, it could be related to a recent change. Unfortunately I did not record which version it was.
Thanks for your help
-Gael
author:
url:https://github.com/retrogenomics
type:Person
name:retrogenomics
datePublished:2020-11-25T14:58:59.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:3
url:https://github.com/495/cutadapt/issues/495
Person:
url:https://github.com/retrogenomics
name:retrogenomics
url:https://github.com/retrogenomics
name:retrogenomics
InteractionCounter:
interactionType:https://schema.org/CommentAction
userInteractionCount:3
interactionType:https://schema.org/CommentAction
userInteractionCount:3
External Links {π}(2)
Analytics and Tracking {π}
- Site Verification - Google
Libraries {π}
- Clipboard.js
- D3.js
- Lodash
Emails and Hosting {βοΈ}
Mail Servers:
- aspmx.l.google.com
- alt1.aspmx.l.google.com
- alt2.aspmx.l.google.com
- alt3.aspmx.l.google.com
- alt4.aspmx.l.google.com
Name Servers:
- dns1.p08.nsone.net
- dns2.p08.nsone.net
- dns3.p08.nsone.net
- dns4.p08.nsone.net
- ns-1283.awsdns-32.org
- ns-1707.awsdns-21.co.uk
- ns-421.awsdns-52.com
- ns-520.awsdns-01.net